Skip to content

Upgrade llama.cpp from b10015 to b10034#343

Merged
bernardladenthin merged 1 commit into
mainfrom
claude/update-b10034-dug69p
Jul 15, 2026
Merged

Upgrade llama.cpp from b10015 to b10034#343
bernardladenthin merged 1 commit into
mainfrom
claude/update-b10034-dug69p

Conversation

@bernardladenthin

Copy link
Copy Markdown
Owner

Summary

  • Bump pinned llama.cpp version from b10015 to b10034 across all configuration files and documentation
  • Updates GIT_TAG in CMakeLists.txt, Java version constant, build scripts, and README badge
  • Includes history entry documenting the upstream changes between versions

Test plan

  • CI is green on this branch
  • Docs updated (CLAUDE.md, README.md, history file)

Related issues / PRs

Checklist

  • I have read CONTRIBUTING.md and CODE_OF_CONDUCT.md
  • My commits follow Conventional Commits
  • No security-sensitive changes (if there are, I have notified the maintainer privately per SECURITY.md)

https://claude.ai/code/session_01Bc9vvA44qhi744Vw2juSgP

Bump the pinned llama.cpp version four-file set:
- llama/CMakeLists.txt: GIT_TAG + -DLLAMA_TAG b10015 -> b10034
- README.md: badge and release link
- CLAUDE.md: pinned-version line + build-example clone tag + pin references
- LlamaCppVersion.java: LLAMA_CPP_VERSION constant (+ javadoc examples)

The b10015..b10034 range (19 commits) is additive/tuning-only with no
public-API surface change: all eight priority-8 headers are byte-identical
and the only non-backend, non-tool source changes are trivial (a --stdin
help-text reflow in common/arg.cpp outside patch 0001's region, an internal
draft-logits fix in common/speculative.cpp, read_file tool-description text
in server-tools.cpp, and an internal DeepSeek-V4 graph refactor). The bulk is
ggml backend kernel work (CUDA/Metal/SYCL/Vulkan/OpenCL) inside upstream-
compiled TUs. All six patches (0001-0003, 0006-0008) apply unchanged, and the
OuteTTS generator anchors hold (tools/tts/tts.cpp unchanged). Verified via a
fresh cmake configure (fail-loud PATCH_COMMAND + TTS extraction, ggml commit
505b1ed15) and appended the breaking-changes history rows.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Claude-Session: https://claude.ai/code/session_01Bc9vvA44qhi744Vw2juSgP
@bernardladenthin bernardladenthin merged commit e97743c into main Jul 15, 2026
8 of 13 checks passed
@bernardladenthin bernardladenthin deleted the claude/update-b10034-dug69p branch July 15, 2026 21:16
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants