fix(container): update image ghcr.io/ggml-org/llama.cpp (server-cuda-b10200 ➔ server-cuda-b10223) - #7106
Merged
Conversation
…b10200 ➔ server-cuda-b10223)
There was a problem hiding this comment.
ghcr.io/ggml-org/llama.cpp: server-cuda-b10200 → server-cuda-b10223
Verdict: Safe to merge
Patch bump spanning 23 upstream commits (build b10200 → b10223). Reviewed the full commit range between the corresponding tags:
- Most changes are backend-specific and don't affect the CUDA build used here: SYCL flash-attention (MKL GEMM path), Vulkan (POOL_1D op, driver checks, topk_moe fusion), WebGPU flash-attn, and ZenDNN mul_mat changes.
- The one CUDA-specific change (
cuda: extract Q2_0 elements via __byte_perm) is a perf optimization for Q2_0-quantized models; this deployment usesQ4_K_M, so it's not exercised. - DeepSeek V4 / MTP-related changes (KV cache type enforcement, MTP tensor loading, speculative-decoding token replay fix) don't apply — this repo runs Qwen3.5-4B with no draft model configured.
- Two
mtmd(multimodal) commits landed:add n_embd_head(prep work extracted from an in-progress PR, additive only) andadd minicpmv46 downsample(MiniCPM-specific). Then_embd_headPR's own test matrix shows the same pre-existing model failures as master (unrelated to Qwen), so no regression expected for the Qwen3.5-4B + mmproj setup indocker/nas01/llama/docker-compose.yaml. - No changes to server CLI flags/env vars (
LLAMA_ARG_*) used in this compose file.
No breaking changes, deprecations, or actionable new features identified for this repo's usage.
Sources consulted:
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-b10200→server-cuda-b10223Configuration
📅 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.