Releases: huggingface/llm-ls
Releases · huggingface/llm-ls
0.5.3
What's Changed
- refactor: cleanup unused code by @McPatate in #82
- fix:
AcceptCompletionParams
->RejectCompletionParams
by @McPatate in #83 - fix: namelss file crash by @McPatate in #84
- test: fix invalid deserialization by @McPatate in #85
- Feature/multiple encodings handled by @jeremyelalouf in #88
New Contributors
- @jeremyelalouf made their first contribution in #88
Full Changelog: 0.5.2...0.5.3
0.5.2
What's Changed
Full Changelog: 0.5.1...0.5.2
0.5.1
What's Changed
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- feat:
testbed
by @McPatate in #39 - fix(ci): outdated lance revision by @McPatate in #43
- feat!: make API camelCase by @McPatate in #46
- feat!: get completions camel case by @McPatate in #48
- feat: parallelise at hole level by @McPatate in #44
- add support for Kotlin language by @johan12345 in #52
- Disable ropey
unicode_lines
feature by @rojas-diego in #50 - feat: Add adaptors for various backends (ollama, tgi, api-inference) by @noahbald in #40
- Fix TGI generation parameters by @HennerM in #65
- Account for FIM tokens in prompt by @HennerM in #62
- Fix off-by-1 in prompt creation by @HennerM in #64
- Ignore documents with "output" scheme by @HennerM in #59
- Fix off-by-1 error when removing from end of document by @HennerM in #61
- Fix handling of end-of-file by @HennerM in #60
- Only warn of rate-limits when using HF endpoint by @HennerM in #58
- refactor: adaptor -> backend by @McPatate in #70
- refactor: error handling by @McPatate in #71
- feat: add socket connection by @McPatate in #72
- fix: helix editor build crash by @McPatate in #73
- feat: update backend & model parameter by @McPatate in #74
New Contributors
- @johan12345 made their first contribution in #52
- @rojas-diego made their first contribution in #50
- @noahbald made their first contribution in #40
- @HennerM made their first contribution in #65
Full Changelog: 0.4.0...0.5.0
0.4.0
feat: improve logging (#34) * feat: imporve logging * feat: bump to `0.4.0` * docs: add features section in README
0.3.0
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
feat: send warning to client when unauthenticated (#27)