llama.cpp : bump version to 0.4.1 - #28900
Merged
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.
Overview
llama.cpp 0.4.1 adds Maple 20B-A1B, Tencent Hy 4, and Spark2.5 support, improves JSON schema handling, chat parsing, logging, and server child-process management, and updates ggml to v0.24.0.
API changes
llama_sampler_chain_n()to returnint32_tinstead ofint(#28631).server_subprocandwaiterfor router child-process monitoring inserver-common.h(#28555).New models
hy_v4) preview architecture support (#28127).Core changes
maxtorsqrtfor affected Qwen/Kimi/GLM models (#28068).get_key_or_arruses (#28865, #28868).--fuse-qkvconversion flag to fuse Q/K/V tensors during HF-to-GGUF conversion (#22780).recurrent_layersmetadata for Qwen3-Next/Qwen3.5 conversion (#28208).common_schemainternal representation (#28736).common/parsers(#27764).--log-jsonlandLOG_JSON(#28437, #28586).--mmap/--mlock/--direct-ioargs in favor of--load-mode(#28334).--deviceselection (#28390).inmembership (#28817, #28620).Multi-modality changes
{hash}+{frame}) for cache identification (#28601).Server changes
--models-maxis already reached (#28530).checkpoint_min_step(#28302).--reasoning-preserveby default (#28437).UI changes
ggml changes
Version 0.24.0 focuses on expanding backend coverage and robustness, with a new precision-control API, major Vulkan/SYCL/Hexagon/OpenCL work, and numerous correctness and performance fixes across CPU, CUDA, Metal, and other backends.