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