From 44ceadfacff778a90fd950809e9bcbf1815246cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 20:40:14 +0000 Subject: [PATCH] Update dependency ggml-org/llama.cpp to v9551 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cee2774..c5379e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: - name: Download llama.cpp (llama-server) env: - LLAMA_CPP_TAG: b9066 + LLAMA_CPP_TAG: b9551 run: | curl -fsSL --retry 5 --retry-delay 5 --retry-all-errors \ "https://github.com/ggml-org/llama.cpp/releases/download/${LLAMA_CPP_TAG}/llama-${LLAMA_CPP_TAG}-bin-ubuntu-x64.tar.gz" \