Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Lemonade_Server_Installer.exe | 2025-09-10 | 526.8 kB | |
README.md | 2025-09-10 | 2.0 kB | |
v8.1.9 source code.tar.gz | 2025-09-10 | 619.2 kB | |
v8.1.9 source code.zip | 2025-09-10 | 710.6 kB | |
Totals: 4 Items | 1.9 MB | 0 |
Headline
- Web UI: Improved support for reasoning models, streamlined user interface, and tool-calling label
- Measure power during experiments in the dev CLI
- Fixes: resolve the NPU driver check, avoid attention sinks, fix uv support
What's Changed
- This PR adds platform markers for Windows-only dependencies (
wmi
,human-eval-windows
) so thatuv add
resolves correctly on Linux. by @ianbmacdonald in https://github.com/lemonade-sdk/lemonade/pull/349 - Power profiling by @amd-pworfolk in https://github.com/lemonade-sdk/lemonade/pull/303
- Added tool label by @keetrap in https://github.com/lemonade-sdk/lemonade/pull/352
- block default Enter behavior fix [#358] by @RobertAgee in https://github.com/lemonade-sdk/lemonade/pull/360
- Update LLAMA_VERSION_VULKAN to b6392 by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/359
- Feat: Unified reasoning stream handling, animated thought UI, llama.cpp bump, and reasoning format auto-switch by @kpoineal in https://github.com/lemonade-sdk/lemonade/pull/356
- Sync ROCm and Vulkan versions by @danielholanda in https://github.com/lemonade-sdk/lemonade/pull/364
- Add two smaller models to "hot" and add Qwen3-4B-Instruct-2507-GGUF by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/363
- Move model picker next to status by @RobertAgee in https://github.com/lemonade-sdk/lemonade/pull/326
- Enable context shift and avoid issues with attention sinks by @danielholanda in https://github.com/lemonade-sdk/lemonade/pull/365
- Update gpt-oss models to mxfp4 GGUFs by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/362
- Update driver check by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/369
New Contributors
- @ianbmacdonald made their first contribution in https://github.com/lemonade-sdk/lemonade/pull/349
- @kpoineal made their first contribution in https://github.com/lemonade-sdk/lemonade/pull/356
Full Changelog: https://github.com/lemonade-sdk/lemonade/compare/v8.1.8...v8.1.9