[ggml, llama-cpp] Update to 0.24.0 and 0.4.1 - #53995
Merged
Billy O'Neal (BillyONeal) merged 6 commits intoSep 23, 2026
Merged
Billy O'Neal (BillyONeal) merged 6 commits into
Billy O'Neal (BillyONeal) merged 6 commits into
Conversation
miyan (miyanyan)
marked this pull request as ready for review
September 20, 2026 14:07
Contributor
Author
|
try remove fix-dequant_funcs.diff, cause glslang version is already >= 15.3.0, ggml-org/llama.cpp#13419 (comment) |
Billy O'Neal (BillyONeal)
left a comment
Member
There was a problem hiding this comment.
This looks good to me. One licensing nitpick from GPT 5.6 Sol:
- The 0.4.1 update newly builds
vendor-hashand links it into the installedmtmdtool. That retained implementation includes BSD-2-Clause xxHash plus public-domain and MIT-licensed hash code, while the manifest, installed copyright, and SPDX metadata remain MIT-only.
Would you consider miyanyan#9 ?
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Updates ggml from 0.11.1#1 to 0.24.0 and llama-cpp from build 9030 to 0.4.1. These updates are paired because llama.cpp 0.4.1 uses ggml 0.24.0. The llama-cpp port switches to upstream's semantic versioning scheme and
vrelease tags, see ggml-org/ggml#1579For llama-cpp, adapt the system dependency targets, replace the obsolete curl download dependency with cpp-httplib's OpenSSL feature, and make
serverdepend ontools. Install the newly separated Pythonconversionpackage alongside the conversion script and update the installed tool list. Skip Metal tuning with system ggml because it uses private ggml source headers.The unified app is disabled. Embedded Web UI building and automatic prebuilt UI downloads are also disabled, so the packaged server currently has no embedded Web UI. This behavior change needs review before this draft is marked ready.
./vcpkg x-add-version --alland committing the result.