From 0a057ce2ce3ab14cb74fba780d4be6ca921ec689 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 02:41:35 +0000 Subject: [PATCH] chore(deps): update bundled llama.cpp engine to v9946 --- scripts/ensure-llama-server.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ensure-llama-server.ts b/scripts/ensure-llama-server.ts index afb05ee8..c5396f80 100644 --- a/scripts/ensure-llama-server.ts +++ b/scripts/ensure-llama-server.ts @@ -33,8 +33,8 @@ import { fileURLToPath } from 'node:url'; // on this commit, so a moved or forged tag is rejected before it is built. Bump // both together; see "Bumping the pinned llama.cpp version" in // docs/release-process.md. -const LLAMA_CPP_TAG = 'b9860'; -const LLAMA_CPP_COMMIT = 'fdb1db877c526ec90f668eca1b858da5dba85560'; +const LLAMA_CPP_TAG = 'b9946'; +const LLAMA_CPP_COMMIT = 'fb30ba9a6c5b4674174d06aed14794832ab33278'; const LLAMA_CPP_REPO = 'https://github.com/ggml-org/llama.cpp.git'; // Minimum macOS Thuki supports, and the engine's build deployment target. This