Skip to content

Upgrade llama.cpp from b10076 to b10092#358

Merged
bernardladenthin merged 1 commit into
mainfrom
claude/update-b10092-9oi5e6
Jul 23, 2026
Merged

Upgrade llama.cpp from b10076 to b10092#358
bernardladenthin merged 1 commit into
mainfrom
claude/update-b10092-9oi5e6

Conversation

@bernardladenthin

Copy link
Copy Markdown
Owner

Summary

  • Upgrade pinned llama.cpp version from b10076 to b10092 across all configuration files and documentation
  • Update LlamaCppVersion.LLAMA_CPP_VERSION constant to reflect the new upstream version
  • Update CMakeLists.txt FetchContent declaration and TTS generator configuration
  • Update README.md badge and CLAUDE.md version references
  • Add b10076→b10092 migration notes to breaking changes history

Details

This is a routine upstream version bump. The b10076→b10092 range includes additive/tuning-only changes across ggml backends (CUDA, Vulkan, WebGPU, Hexagon, OpenVINO, kleidiai), new Laguna model architecture support, Qwen3-VL multimodal support, and chat auto-parser improvements. All eight priority-8 headers remain byte-identical; no patch-target regions are affected. The OuteTTS generator anchors (tools/tts/tts.cpp) are unchanged.

Test plan

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

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_01L7znBvN71TQNXgLjEGR9eU

Bump the pinned llama.cpp release across the four canonical files
(GIT_TAG + LLAMA_TAG in llama/CMakeLists.txt, README badge/link,
CLAUDE.md pinned-version line, LlamaCppVersion.LLAMA_CPP_VERSION) and
append the b10076->b10092 rows to the breaking-changes history.

The b10076...b10092 range is 48 files / ~4.8k insertions over 16
commits, additive/tuning-only. All eight priority-8 headers are
byte-identical. Two patch-target files changed but only outside the
patched regions: common/arg.cpp adds speculative sidecar draft-repo
resolution in common_models_handler_apply (away from 0001's
common_params_parse* block; common/arg.h unchanged), and
tools/server/server-context.cpp adds a null-ctx_tgt guard in load_model
(distinct from 0002's callback guard and 0003's getters). All six
patches (0001-0003, 0006-0008) apply cleanly in filename order against a
fresh b10092 checkout, and the OuteTTS generator ran clean against
tools/tts/tts.cpp @ b10092 (all anchors held).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01L7znBvN71TQNXgLjEGR9eU
@bernardladenthin
bernardladenthin merged commit 43ae7aa into main Jul 23, 2026
8 of 14 checks passed
@bernardladenthin
bernardladenthin deleted the claude/update-b10092-9oi5e6 branch July 23, 2026 09:46
@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