Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/ensure-llama-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading