chore(deps): bump Lemonade Server to v10.7.0#1571
Open
github-actions[bot] wants to merge 5 commits into
Open
Conversation
4 tasks
itomek
previously approved these changes
Jun 10, 2026
Doc version consistency check (util/check_doc_versions.py) flagged 8 stale v10.2.0 references across cpp/README.md, docs/cpp/setup.mdx, and docs/guides/npu.mdx after the version.py bump. Bump them to 10.7.0 to match LEMONADE_VERSION and turn the validate + code-quality checks green.
Contributor
Author
|
🟡 One-liner fix; otherwise the docs site navbar will advertise the wrong version after this merges. |
5 tasks
jjswhub
pushed a commit
to jjswhub/gaia
that referenced
this pull request
Jun 11, 2026
…#1573) The Lemonade auto-bump workflow (amd#1552) opened its first real PR (amd#1571, v10.2.0 → v10.7.0) tagged only `dependencies` and with no reviewers, so bump PRs don't surface to the platform owners and miss the team's Lemonade triage label. This adds the `lemonade 🍋` label and requests both `kovtcharov-amd` and `itomek-amd` on every bump PR the workflow opens. Verified end-to-end: applied the same label + reviewers to the live test PR amd#1571 via `gh pr edit` (the bot author can request both — confirms the runtime `gh pr create --reviewer` path works), and both are repo collaborators. ## Test plan - [x] `lemonade 🍋` is the exact label name (space + emoji) — `gh label list` - [x] `kovtcharov-amd` and `itomek-amd` are collaborators (review requests won't fail) - [x] YAML parses - [ ] Next scheduled/forced run opens a bump PR carrying both labels + both reviewers Co-authored-by: Ovtcharov <kovtchar@amd.com>
kovtcharov
approved these changes
Jun 12, 2026
Contributor
Author
|
🟡
If the other profiles also need 10.7.0 features they should be updated too; at minimum the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pinned Lemonade Server from v10.2.0 to v10.7.0. GAIA's installer and CI derive the Lemonade download URLs from
LEMONADE_VERSIONinsrc/gaia/version.py, so users runninggaia initand the bundled desktop installer pick up the new release.Notable in v10.7.0 (from the Lemonade release notes):
/chat/completions.lemonade benchcommand for apples-to-apples LLM benchmarking across llama.cpp, FastFlowLM, vLLM, and Ryzen AI SW./web-app/and NPU cache download, prompt-injection in markdown links) and per-download SHA verification.Test plan
gaia initdownloads Lemonade v10.7.0 successfully