github lemonade-sdk/lemonade v7.0.0

latest releases: v9.1.0, v9.0.8, v9.0.7...
6 months ago

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-sdk at https://pypi.org/project/lemonade-sdk/
  • The turnkey CLI and related code has been removed from this repo.
  • The turnkeyml module src/turnkeyml has been removed from the package. Any submodules needed for Lemonade have been moved into src/lemonade.
    • To update your code, change the imports like this from turnkeyml.state import State to from lemonade.state import State

New Features

Documentation

  • New Lemonade Server guides for getting started, the lemonade-server CLI, 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 --ryzenai no longer rejects Strix Halo devices (@danielholanda)

Additional Changes

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

Don't miss a new lemonade release

NewReleases is sending notifications on new releases.