Skip to content

Releases: huggingface/llm-ls

0.5.3

24 May 14:37
98a1263
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.2...0.5.3

0.5.2

13 Feb 10:13
fe1f6aa
Compare
Choose a tag to compare

What's Changed

  • fix: always set return_full_text to false for better UX by @McPatate in #78

Full Changelog: 0.5.1...0.5.2

0.5.1

12 Feb 19:17
4437c0c
Compare
Choose a tag to compare

What's Changed

  • fix: deserialize url null value w/ default if backend: huggingface by @McPatate in #75

Full Changelog: 0.5.0...0.5.1

0.5.0

12 Feb 15:08
86043ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

18 Oct 09:55
4aacd70
Compare
Choose a tag to compare
feat: improve logging (#34)

* feat: imporve logging

* feat: bump to `0.4.0`

* docs: add features section in README

0.3.0

11 Oct 19:23
fdd55dd
Compare
Choose a tag to compare
fix: new dependencies break CI (#31)

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

* fix: restrict visibility of modules

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

0.2.2

10 Oct 12:52
b6d6c6c
Compare
Choose a tag to compare
feat: send warning to client when unauthenticated (#27)

0.2.1

25 Sep 13:20
fbaf982
Compare
Choose a tag to compare
  • fix: don't use tokenizer on config error (#22)

0.2.0

21 Sep 16:07
787f2a1
Compare
Choose a tag to compare
  • feat: improve tokenizer config (#21)

0.1.1

21 Sep 12:44
eeb443f
Compare
Choose a tag to compare
  • feat: add user agent (#20)