Bump llama.cpp to 2d97363 (b9870), release v0.8.32#64
Merged
Conversation
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
Updates the
vendor/llama.cppsubmodule fromf708a5b2c(b9846) to2d973636e(b9870) — 24 upstream commits — and releases v0.8.32.API compatibility
No NIF changes were required.
ggml/include/ggml.h,ggml/include/ggml-backend.h,common/common.h,common/chat.h,common/json-schema-to-grammar.h,common/sampling.h, andcommon/speculative.hare all unchanged. The only touched header the binding compilesagainst is
include/llama.h, and its diff is purely additive: a newllama_ftype_name()helper and a newllama_model_ftype()getter (#25134) —the binding calls neither.
Notable upstream changes
llama_model_ftype()/llama_ftype_name()for reading a model's quantization type (#25134)t_layer_inpfor qwen3next (#25141)spec-draft-p-minin DFlash (#25246)gated_delta_net(#23940);__restrict__+ PDL forFlashAttention (#25185); fix KQ mask stride truncation/overflow in
flash_attn_mask_to_KV_max(#24945); fixget_rows_backfor >65535 rows(#25103); fix Gemma E4B MTP FlashAttention (#25148)
cpp-httplib 0.49.0 (#25218)
Verification
mix clean && mix compile)mix format --check-formattedclean