Upgrade llama.cpp from b10056 to b10059 - #346
Merged
Merged
Conversation
Bump the pinned llama.cpp version four-file set: - llama/CMakeLists.txt: GIT_TAG + -DLLAMA_TAG b10056 -> b10059 - README.md: badge and release link - CLAUDE.md: pinned-version line + build-example clone tag + the two GIT_TAG pin references - LlamaCppVersion.java: LLAMA_CPP_VERSION constant (+ javadoc examples; resolved-commit example -> b10059-11fd0a6fb) The b10056..b10059 range is GPU-backend-only with no public-API surface change. b10056->b10057 touches a single SYCL file (ggml-sycl/dmmv.cpp: q5_k dequant-mul-mat-vec boundary/nrows fix); b10057->b10059 adds Vulkan Q2_0 quantization support (ggml-blas.cpp, ggml-vulkan.cpp + vulkan-shaders/**) plus a matching test-backend-ops.cpp case. All eight priority-8 headers are byte-identical; no common/arg.*, tools/server/*, or OuteTTS generator anchor (tools/tts/tts.cpp) touched, so all six patches (0001-0003, 0006-0008) apply unchanged. Verified in-sandbox (Linux x86_64): fresh cmake configure fetched b10059, applied all six patches fail-loud clean (markers present; reverse-check confirms 0002-0008, 0001's reverse-fail is the known 0006/0007 server.cpp interleave), and the OuteTTS generator extracted tts.cpp @ b10059 (anchors held, ggml commit 11fd0a6fb). Full native build + ctest run locally and per-platform model-backed confirmation via the CI pipeline. Appended the breaking-changes history rows. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CnU9JV72w1nLErhyK19Ppp
bernardladenthin
had a problem deploying
to
startgate
July 17, 2026 13:16 — with
GitHub Actions
Error
bernardladenthin
had a problem deploying
to
maven-central
July 17, 2026 13:16 — with
GitHub Actions
Failure
bernardladenthin
had a problem deploying
to
maven-central
July 17, 2026 13:16 — 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
LlamaCppVersion.LLAMA_CPP_VERSIONconstant to reflect the new versionTest plan
Related issues / PRs
Checklist
CONTRIBUTING.mdandCODE_OF_CONDUCT.mdSECURITY.md)https://claude.ai/code/session_01CnU9JV72w1nLErhyK19Ppp