Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Lemonade_Server_Installer.exe | 2025-10-01 | 546.4 kB | |
README.md | 2025-10-01 | 2.9 kB | |
v8.1.11 source code.tar.gz | 2025-10-01 | 640.2 kB | |
v8.1.11 source code.zip | 2025-10-01 | 736.4 kB | |
Totals: 4 Items | 1.9 MB | 0 |
Headline
- FastFlowLM's NPU models and runtime have been integrated. Switch between ONNX, GGUF, and FLM models with 1 click.
- macOS and Apple silicon are supported via llamacpp+Metal.
- Lots of awesome community contributions that overhauled the web ui and more.
What's Changed
- Add model size metadata (GB) to server_models and UI Model Manager by @siavashhub in https://github.com/lemonade-sdk/lemonade/pull/386
- Add vision checkbox to model registration form by @Deepam02 in https://github.com/lemonade-sdk/lemonade/pull/383
- Initial macOS support for lemonade server by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/290
- Update docs with macos support by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/391
- Fix website by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/395
- Fix 334 installer text by @ajnatopic1 in https://github.com/lemonade-sdk/lemonade/pull/397
- Fix major CI blocking issues by @danielholanda in https://github.com/lemonade-sdk/lemonade/pull/418
- Return a 422 when responses API is sent to llamacpp server by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/402
- Optimize macos tests by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/412
- Feat/UI stop button by @kpoineal in https://github.com/lemonade-sdk/lemonade/pull/370
- Update Llama.cpp+ROCm to use ROCWMMA by @danielholanda in https://github.com/lemonade-sdk/lemonade/pull/396
- Update hot models list by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/427
- Use an image for the lemonade logo on the web ui by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/428
- Fix text paste bug by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/429
- Fix: WebUI not expanding as expected by @siavashhub in https://github.com/lemonade-sdk/lemonade/pull/400
- Move the model status indicator inside the dropdown select ui element by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/426
- Skip longer tests for macos to reduce CI time by @ramkrishna2910 in https://github.com/lemonade-sdk/lemonade/pull/433
- Integrate FastFlowLM (FLM) by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/409
- Web UI Server Log Feature (#179) by @siavashhub in https://github.com/lemonade-sdk/lemonade/pull/431
- Fix model manager button status during long tasks by @jeremyfowers in https://github.com/lemonade-sdk/lemonade/pull/424
New Contributors
- @siavashhub made their first contribution in https://github.com/lemonade-sdk/lemonade/pull/386
- @Deepam02 made their first contribution in https://github.com/lemonade-sdk/lemonade/pull/383
- @ajnatopic1 made their first contribution in https://github.com/lemonade-sdk/lemonade/pull/397
Full Changelog: https://github.com/lemonade-sdk/lemonade/compare/v8.1.10...v8.1.11