Release v11.0.0 · lemonade-sdk/lemonade · GitHub
//releases/show" data-turbo-transient="true" />
Skip to content
Search or jump to...
Search code, repositories, users, issues, pull requests...
-->
Search
Clear
Search syntax tips
Provide feedback
--><br>We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
-->
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
//releases/show;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading. Please reload this page.
lemonade-sdk
lemonade
Public
Notifications<br>You must be signed in to change notification settings
Fork<br>401
Star<br>4.9k
v11.0.0
Latest
Latest
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
github-actions
released this
15 Jul 17:16
v11.0.0
230c50e
Headline
A new 3D-generation modality ports the Trellis.2 image-to-3D pipeline, exposing a POST /v1/3d/generations endpoint and a GUI 3D panel with an in-app model viewer.
Text-to-speech arrives with the OpenMOSS backend, including voice-cloning and voice-design models and a dedicated TTS panel in the GUI.
Naming a collection.router model on /chat/completions, /completions, or /responses now runs its routing engine and reports the selected route via an x_lemonade_route body field and x-lemonade-route header.
ModelScope is now supported as a second remote model registry alongside Hugging Face, with source selection across the CLI, API, and desktop app.
The FastFlowLM NPU backend now auto-installs on Linux instead of requiring a manual system-package install, with a new prefer_system config flag.
Breaking Changes
The Docker runtime image now runs lemond as unprivileged UID 10001 and stores caches under /opt/lemonade/.cache instead of /root/.cache; chown or recreate existing root-owned named volumes.
Re-registering a Hugging Face user model under a name already used by a different checkpoint now returns an error instead of silently overwriting the existing user.* model; choose a different name.
Lemonade Server
Operating System<br>Downloads
Windows<br>lemonade.msi
Ubuntu 24.04+<br>Launchpad PPA
Debian 13 (x86_64)<br>lemonade-server_11.0.0-debian13_amd64.deb
Debian 13 (ARM64)<br>lemonade-server_11.0.0-debian13_arm64.deb
Fedora 43 (x86_64)<br>lemonade-server-11.0.0-fc43.x86_64.rpm
Fedora 43 (ARM64)<br>lemonade-server-11.0.0-fc43.aarch64.rpm
Fedora 44 (x86_64)<br>lemonade-server-11.0.0-fc44.x86_64.rpm
Fedora 44 (ARM64)<br>lemonade-server-11.0.0-fc44.aarch64.rpm
macOS<br>Lemonade-11.0.0-Darwin.pkg
Other platforms? See our Installation Options for Docker, Snap, Arch, Debian, and more.
Embeddable Lemonade
Portable binaries for bundling into your own installer. Run lemond ./ as a subprocess.
Platform<br>Download
Ubuntu x64<br>lemonade-embeddable-11.0.0-ubuntu-x64.tar.gz
Ubuntu arm64<br>lemonade-embeddable-11.0.0-ubuntu-arm64.tar.gz
Windows x64<br>lemonade-embeddable-11.0.0-windows-x64.zip
macOS arm64<br>lemonade-embeddable-11.0.0-macos-arm64.tar.gz
What's Changed
Thanks @SlawomirNowaczyk, @abn, @ckuethe, @eddierichter-amd, @fl0rianr, @ianbmacdonald, @indistinctTalk, @kenvandine, @kyuubyN, @pwilkin, @ramkrishna2910, @superm1, @wariobot09 for your awesome contributions to this release!
Click to expand changelog
Update FLM to 0.9.44 and enable portable FLM for Linux by @superm1 in #2544
dev: change base image to Ubuntu 24.04 in Dockerfile by @fl0rianr in #2578
fix(server): replace dummy bind with connect check for port availability by @abn in #2576
Router/2385 collection.router recipe dispatch by @SlawomirNowaczyk in #2558
feat(telemetry): add WebSocket server endpoint and security controls by @abn in #2574
feat(rocm): enable AMD Instinct MI300X (gfx942) in the llama.cpp ROCm backend by @ianbmacdonald in #2587
Asset generation: OpenMOSS by @pwilkin in #2580
Start an abstraction layer for benchmark types by @ckuethe in #2557
Asset generation: Trellis by @pwilkin in #2581
fix(backends): enable sd-cpp CUDA support on Windows by @kenvandine in #2601
refactor(audio-gen): apply backend review feedback to ThinkSound and ACE-Step by @pwilkin in #2594
fix(rocm): detect version-suffixed HIP runtime on Windows (ROCm 7.x) by @ramkrishna2910 in #2603
Router/2386 decision trace response by @eddierichter-amd in #2606
fix(docker): drop to non-root user and remove unverified FLM download by @superm1 in...