fix(container): update image ghcr.io/ggml-org/llama.cpp (server-cuda-b10380 ➔ server-cuda-b10398) - #7251
Merged
Conversation
…b10380 ➔ server-cuda-b10398)
There was a problem hiding this comment.
ghcr.io/ggml-org/llama.cpp: server-cuda-b10380 → server-cuda-b10398
Verdict: Safe to merge
Patch bump of 18 upstream commits (b10380...b10398). No GitHub Releases exist for these build tags (llama.cpp only tags builds, doesn't publish release notes), so I reviewed the commit log directly. Notable changes:
gguf: harden loader against malformed tensor dims and metadata types— fixes two fuzzer-found crashes (SIGFPE division-by-zero, assertion abort) when loading a malformed.gguffile. Pure hardening, no behavior change for valid models.common: add system-level config file— adds optional/etc/llama.cpp/config.ini/~/.config/llama.cpp/config.inisupport, with CLI flags and env vars still taking precedence over it. This repo configures everything viaLLAMA_ARG_*env vars indocker/nas01/llama/docker-compose.yaml, so this has no effect here.- Remaining commits are backend-specific fixes (OpenCL, Vulkan, ROCm/CI), a Gemma4 conversion fix, a wavtokenizer bound fix, a server media-slot-save feature, and CMake/CI housekeeping — none touch the CUDA backend or the Qwen3.5 GGUF model/config this deployment uses.
No breaking changes, deprecations, or actionable new features for this repo's setup.
Sources consulted:
- ggml-org/llama.cpp@b10380...b10398
- ggml-org/llama.cpp#25596 (gguf loader hardening)
- ggml-org/llama.cpp#26118 (system-level config file)
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.
This PR contains the following updates:
server-cuda-b10380→server-cuda-b10398Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate CLI.