Releases: tjake/Jlama
Releases · tjake/Jlama
v0.8.2
v0.8.1
v0.8.0
What's Changed
- Adds Downloader class to add fluent coding when different options by @lordofthejars in #87
- chore: update JlamaRingWorkerService.java by @eltociear in #90
- Gemma2 classifier sample by @tjake in #92
- Add utf-8 charset to ui by @LuccaPrado in #96
- Fix qwen tokenizer since they use more than one by @tjake in #99
- Add support for granite models by @mariofusco in #98
- Keep kv-cache to the actual data stays on disk but mmap is removed af… by @tjake in #100
New Contributors
- @eltociear made their first contribution in #90
- @LuccaPrado made their first contribution in #96
- @mariofusco made their first contribution in #98
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Rest http port fix by @tjake in #76
- Overloads download method to specify progress by @lordofthejars in #71
- Set the max tokens based on the model and fix temp for now by @tjake in #77
- Creates ProgressReporter interface instead of functional interface by @lordofthejars in #80
- Add Qwen2 support and fix bug with small models using I8Q4 by @tjake in #82
- Add support for gemma-2 models by @tjake in #83
Full Changelog: v0.6.0...v0.7.0