Upgrade llama.cpp from b9049 to b9071#112
Merged
bernardladenthin merged 1 commit intomainfrom May 8, 2026
Merged
Conversation
No project code changes required. All b9049→b9071 changes are either additive (new KV keys, hparam fields, SYCL/OpenCL ops, MiniCPM-V 4.6 multimodal support) or bug fixes (state_seq_set_data seq_id guard removal, KV slot restorer shape check, backend auto-load in llama_supports_gpu_offload/rpc). The upstream server files compiled into jllama are unchanged. https://claude.ai/code/session_01X1BGPBMMuKRUcvRs8Su9rL
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
This PR upgrades the pinned llama.cpp version from b9049 to b9071, incorporating upstream improvements in multimodal support, attention mechanisms, backend initialization, KV state management, and hardware acceleration.
Key Changes
contains_media()method to chat messages and improved JSON serialization for media-containing messagesLLM_KV_ATTENTION_VALUE_SCALEKV key and corresponding hparam field for MiMo-V2 attention value scalingllama_supports_gpu_offload()andllama_supports_rpc()to auto-initialize backends if none are registeredstate_seq_set_databy removing overly-strict seq_id matching and optimizing tensor reallocation logic to check shape compatibilityCUMSUM,DIAG,FILL,SSM_SCAN,SOLVE_TRIoperationscublasSgemmStridedBatchedfor batched operationsNotes
All changes are additive or internal improvements with no breaking changes to the Java bindings API.
https://claude.ai/code/session_01X1BGPBMMuKRUcvRs8Su9rL