From e0d07a9c1ed925eb47baeb9a7ef94159530a77f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:03:18 +0000 Subject: [PATCH] chore(deps): update bundled llama.cpp engine to v9947 --- 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 c5396f80..9d8f95df 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 = 'b9946'; -const LLAMA_CPP_COMMIT = 'fb30ba9a6c5b4674174d06aed14794832ab33278'; +const LLAMA_CPP_TAG = 'b9947'; +const LLAMA_CPP_COMMIT = '3de7dd4c8f5d9806279249310b6c3db24a1a67ab'; const LLAMA_CPP_REPO = 'https://github.com/ggml-org/llama.cpp.git'; // Minimum macOS Thuki supports, and the engine's build deployment target. This