Breaking Changes
The Lemonade SDK project has graduated from ONNX/TurnkeyML!
- Official link for the new repo: https://github.com/lemonade-sdk/lemonade
- New PyPI package:
lemonade-sdkat https://pypi.org/project/lemonade-sdk/ - The
turnkeyCLI and related code has been removed from this repo. - The
turnkeymlmodulesrc/turnkeymlhas been removed from the package. Any submodules needed for Lemonade have been moved intosrc/lemonade.- To update your code, change the imports like this
from turnkeyml.state import Statetofrom lemonade.state import State
- To update your code, change the imports like this
New Features
- Enable
--log-levelargument onlemonade-serverCLI (@danielholanda, @kovtcharov)
Documentation
- New Lemonade Server guides for getting started, the
lemonade-serverCLI, and local LLM server FAQs (@jeremyfowers) - Add information about LLM management on disk (location, deletion procedure) to server_models.md (@jeremyfowers)
Bugs Fixed
lemonade-install --ryzenaino longer rejects Strix Halo devices (@danielholanda)
Additional Changes
- Refactor profilers into a new base class (@amd-pworfolk)
Thank You!!!
A huge thank you to everyone who has contributed to the Lemonade SDK project so far! We are looking forward to a great new chapter in this dedicated repository.
@danielholanda @ramkrishna2910 @vgodsoe @amd-pworfolk @apsonawane @jiafatom @pcolange @kovtcharov @iswaryaalex @gabeweisz @itomek
Full Changelog: v6.2.3...v7.0.0