From e0461b6b318c8b34a119b93f1a0133a504976b0e Mon Sep 17 00:00:00 2001 From: cashcon57 Date: Fri, 17 Jul 2026 11:43:11 -0500 Subject: [PATCH] chore: bump upstream llama.cpp manifest to b10063 b9937 predates the mainline ternary Q2_0 Metal kernels (ggml-org/llama.cpp#25419, first shipped in b9994; CPU kernels in #24448). b10063 lets the upstream backend load ternary models such as Ternary-Bonsai in the mainline Q2_0_g64 format on macOS and CPU. Verified on an M3 Max with the b10063 macos-arm64 release binaries and Ternary-Bonsai-8B-Q2_0_g64 (Metal init, clean load, coherent generation), and confirmed all eight asset names listed here exist verbatim on the b10063 release. Companion to the app-side pin bump: AtomicBot-ai/Atomic-Chat#187. --- backends/manifest.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/backends/manifest.json b/backends/manifest.json index bc33963..3023a5e 100644 --- a/backends/manifest.json +++ b/backends/manifest.json @@ -1,14 +1,14 @@ { "$schema": "./schema.json", - "updated_at": "2026-07-09T00:00:00Z", - "tag_name": "b9937", + "updated_at": "2026-07-17T00:00:00Z", + "tag_name": "b10063", "assets": [ - { "name": "llama-b9937-bin-win-cpu-x64.zip" }, - { "name": "llama-b9937-bin-win-cuda-12.4-x64.zip" }, - { "name": "llama-b9937-bin-win-cuda-13.3-x64.zip" }, - { "name": "llama-b9937-bin-win-vulkan-x64.zip" }, - { "name": "llama-b9937-bin-ubuntu-x64.tar.gz" }, - { "name": "llama-b9937-bin-ubuntu-vulkan-x64.tar.gz" }, + { "name": "llama-b10063-bin-win-cpu-x64.zip" }, + { "name": "llama-b10063-bin-win-cuda-12.4-x64.zip" }, + { "name": "llama-b10063-bin-win-cuda-13.3-x64.zip" }, + { "name": "llama-b10063-bin-win-vulkan-x64.zip" }, + { "name": "llama-b10063-bin-ubuntu-x64.tar.gz" }, + { "name": "llama-b10063-bin-ubuntu-vulkan-x64.tar.gz" }, { "name": "cudart-llama-bin-win-cuda-12.4-x64.zip" }, { "name": "cudart-llama-bin-win-cuda-13.3-x64.zip" } ]