Skip to content

Upgrade llama.cpp to b10333 and CUDA to 13.3 - #384

Merged
bernardladenthin merged 2 commits into
mainfrom
claude/cuda-toolkit-action-update-0675dk
Aug 9, 2026
Merged

Upgrade llama.cpp to b10333 and CUDA to 13.3#384
bernardladenthin merged 2 commits into
mainfrom
claude/cuda-toolkit-action-update-0675dk

Conversation

@bernardladenthin

Copy link
Copy Markdown
Owner

Summary

  • Upgrade pinned llama.cpp version from b10327 to b10333
  • Upgrade CUDA toolkit from 13.2 to 13.3 across all build configurations
  • Update all references in documentation, build scripts, and Java constants to reflect new versions

Test plan

  • CI is green on this branch
  • Docs / CLAUDE.md updated with new version pins and CUDA upgrade example

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_01CtT7KLNmC8gEoDS1EiGGwD

claude added 2 commits August 9, 2026 22:19
Jimver/cuda-toolkit v0.2.36 (PR #445) added toolkit mappings for CUDA
13.3.0/13.3.1, and cuda-toolkit-13-3 is now available in NVIDIA's
RHEL8 dnf repo, so both the Linux (build_cuda_linux.sh) and Windows
(publish.yml Jimver job) pins move to 13.3.1. The pom.xml classifier
stays cuda13-linux-x86-64 (major-version only, per the documented
runbook).
Single-step bump (76 KiB / 6 commits, under the 100 KiB chunking
threshold). Diff review: purely additive common_params::server_tools_runtime
field + --tools-runtime CLI flag, an opt-in Docker-backed built-in-tools
runtime (server-tools.{h,cpp}, not referenced by jllama.cpp directly),
and internal CUDA rope-kernel work. No project source changes required.

All 6 patches re-verified against a clean b10333 checkout (sequential
git apply). Full local build + ctest: 482/482 passing.
@bernardladenthin
bernardladenthin merged commit 2c3f7e0 into main Aug 9, 2026
8 of 14 checks passed
@bernardladenthin
bernardladenthin deleted the claude/cuda-toolkit-action-update-0675dk branch August 9, 2026 22:29
@claude

claude Bot commented Aug 9, 2026

Copy link
Copy Markdown

Review Complete ✅

This PR successfully upgrades llama.cpp from b10327 to b10333 and CUDA from 13.2 to 13.3.

Version Pin Consistency: All 8 version references updated correctly

  • CMakeLists.txt, LlamaCppVersion.java, README.md, CLAUDE.md, build_cuda_linux.sh, publish.yml, breaking-changes.md

Patch Validation:

  • All 6 downstream patches verified against b10333
  • Detailed upgrade analysis in breaking-changes.md confirms no impact to project source
  • Full test suite passes: 482/482 C++ tests

Code Quality: Excellent - documentation is precise and complete with no stale references

Recommendation: ✅ Approved for merge

@sonarqubecloud

sonarqubecloud Bot commented Aug 9, 2026

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