From f3bcb50cef868de5ef252ee0a0e48f56bfbac92d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 18:51:16 +0000 Subject: [PATCH] Update dependency ggml-org/llama.cpp to v9566 --- .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..d421409 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: b9566 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" \