Upgrade llama.cpp to b9637 and update GitHub Actions versions#234
Merged
Conversation
Use @v6.0.3 / @v5.2.0 / @v5.0.5 to match all other workflows (publish.yml, codeql.yml, scorecard.yml). SHA pins were inconsistent with the rest of the CI and were introduced by dependabot's default style for this file. https://claude.ai/code/session_01EQJCrQGmxCBf8WTCDuFE3X
Consistent with publish.yml style. Dependabot will only PR on major bumps, not on every minor/patch release. https://claude.ai/code/session_01EQJCrQGmxCBf8WTCDuFE3X
Replace every actions/checkout@v6.0.3 and actions/setup-java@v5.2.0 with @v6 and @v5 to match the sibling repos and avoid minor/patch dependabot churn. https://claude.ai/code/session_01EQJCrQGmxCBf8WTCDuFE3X
The flag sat on a `test-compile … mutationCoverage` command, which never reaches the `package` phase that javadoc:jar binds to — so it skipped nothing. Part of a cross-repo javadoc-skip cleanup; this repo is Java-8 (<source>1.8>) so javadoc stays in classpath mode and needs no skip anywhere. https://claude.ai/code/session_01EQJCrQGmxCBf8WTCDuFE3X
No breaking API changes: none of the project's include surface (common.h,
chat.h, speculative.h, mtmd.h, llama-cpp.h, arg.h, llama.h, download.h) is
touched. The upgrade is purely additive.
New capabilities gained automatically (no project code needed):
- Cohere2 MoE ("North Code") model arch (MoE + MTP/NextN) with a dedicated
chat parser, auto-detected via the existing specialized-template path.
- Jinja chat-template engine fixes (count/d/e filter aliases, negative-step
slicing, empty-separator split guard, empty-old_str replace).
Vulkan unary-shader consolidation + EXPM1, WebUI gzip serving, CLI/Docker/CI/
Python-converter changes are all in TUs the project does not compile or ship.
Verified: CMake configures cleanly against b9637 (ggml 0.15.1, CPU backend).
docs/history/llama-cpp-breaking-changes.md gains the b9621-b9637 rows.
https://claude.ai/code/session_01EQJCrQGmxCBf8WTCDuFE3X
|
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
v6instead ofv6.0.3) foractions/checkoutandactions/setup-javaacross all workflows-Dmaven.javadoc.skip=trueflag from PIT mutation testing commandTest plan
Related issues / PRs
Checklist
CONTRIBUTING.mdandCODE_OF_CONDUCT.mdSECURITY.md)https://claude.ai/code/session_01EQJCrQGmxCBf8WTCDuFE3X