Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Lemonade_Server_Installer.exe | 2025-09-12 | 529.1 kB | |
README.md | 2025-09-12 | 883 Bytes | |
v8.1.10 source code.tar.gz | 2025-09-12 | 623.6 kB | |
v8.1.10 source code.zip | 2025-09-12 | 714.9 kB | |
Totals: 4 Items | 1.9 MB | 0 |
Headline
- Improvements needed for downstream production apps: individual model retrieval endpoint, improved system-info endpoint
- Context size can be changed from the tray application
What's Changed
- Fix status command when lsdev is running by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/377
- Fix wildcard load and
gpt-oss-120b-mxfp4-GGUF
model load by @danielholanda in https://github.com/lemonade-sdk/lemonade/pull/372 - Implement individual model retrieval endpoint
(/models/{model_id})
by @danielholanda in https://github.com/lemonade-sdk/lemonade/pull/373 - Improve system-info dgpu support by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/376
- Update tray.py by @Kritik-07 in https://github.com/lemonade-sdk/lemonade/pull/353
Full Changelog: https://github.com/lemonade-sdk/lemonade/compare/v8.1.9...v8.1.10