Skip to content

Tags: getong/llm-ls

Tags

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: improve logging (huggingface#34)

* feat: imporve logging

* feat: bump to `0.4.0`

* docs: add features section in README

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: new dependencies break CI (huggingface#31)

* fix: install `arm-linux-gnueabihf-g  ` as suggested by err

* fix: restrict visibility of modules

* fix: add `g  -aarch64-linux-gnu`

debug

Toggle debug's commit message

Verified

This commit was signed with the committer’s verified signature.
McPatate Luc Georges
fix: add `g  -aarch64-linux-gnu`

0.2.2

Toggle 0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: send warning to client when unauthenticated (huggingface#27)

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: don't use tokenizer on config error (huggingface#22)

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: improve tokenizer config (huggingface#21)

* feat: improve tokenizer config

* fix: add untagged decorator to `TokenizerConfig`

* feat: bump version to `0.2.0`

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add user agent (huggingface#20)

* feat: add user agent

* feat: add mock_server to repo

* feat: bump to `0.1.1`

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add tokens to clear (huggingface#19)

0.0.3

Toggle 0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add support for `tls_skip_verify_insecure` (huggingface#15)

0.0.2

Toggle 0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
perf: put `Tokenizer` in an `Arc` to avoid cloning (huggingface#11)