Upgrade llama.cpp from b10154 to b10173 - #370
Merged
Merged
Conversation
Bump the pinned llama.cpp version across the four canonical files (CMakeLists.txt GIT_TAG + -DLLAMA_TAG, README badge/link, CLAUDE.md, LlamaCppVersion.java) plus the stale current-pin prose in CLAUDE.md and the Javadoc examples in LlamaCppVersion.java. The b10154..b10173 diff is upstream-internal and additive: the free functions common_context_seq_rm/seq_add/seq_cp became static and are now wrapped by a new common_memory struct that server-context.cpp drives via a per-slot member; new chat-format/speculative enum values; a param rename and added trace logs. No project C++ references the removed free functions, so no source change was needed. All 7 patches (0001-0003, 0006-0009) apply unchanged; only 0002/0003 touch server-context.cpp and both hunks are clear of the memory-refactor hunks. Verified locally: cmake configure (fail-loud patch apply clean, OuteTTS generator regenerated from tts.cpp @ b10173 with all anchors holding) + full build (libjllama.so + jllama_test link, -O3) + ctest 485/485 passing. Appended the b10154-b10173 row to the breaking-changes history. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VABfwtvrqYfyWSqQhgqvMn
bernardladenthin
had a problem deploying
to
startgate
July 28, 2026 21:37 — with
GitHub Actions
Error
bernardladenthin
had a problem deploying
to
maven-central
July 28, 2026 21:37 — with
GitHub Actions
Failure
bernardladenthin
had a problem deploying
to
maven-central
July 28, 2026 21:37 — with
GitHub Actions
Failure
|
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.



Summary
b10154tob10173across all configuration files and documentationLlamaCppVersion.LLAMA_CPP_VERSIONconstant to reflect the new upstream versionGIT_TAGreferences and build documentation to use the new version tagTest plan
Related issues / PRs
Checklist
CONTRIBUTING.mdandCODE_OF_CONDUCT.mdhttps://claude.ai/code/session_01VABfwtvrqYfyWSqQhgqvMn