From 52e283dab38ea286ef5009fffdfba36ea72d58e4 Mon Sep 17 00:00:00 2001 From: Niko Maroulis Date: Wed, 9 Sep 2026 10:29:29 -0400 Subject: [PATCH] Bump llama.cpp to 4b98ab805 (latest master, +50 from b10830) Submodule vendor/llama.cpp 465e49b9 -> 4b98ab805 and Makefile LLAMA_COMMIT to match. Header API compat clean (only llama_sampler_chain_n int->int32_t). Metal source build + model-backed smoke (548 passed) green. --- Makefile | 2 +- vendor/llama.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b844fb3..5967683 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ endif # Pinned llama.cpp commit, used when vendor/llama.cpp has to be cloned. MUST # match the vendor/llama.cpp submodule; bump both together, see # docs/release-guide.md. Override to build the NIF against another revision. -LLAMA_COMMIT ?= 465e49b9cea78a68b9c244ffb48d0ee24a82873d +LLAMA_COMMIT ?= 4b98ab805a2638121f1671bf572832e07ef13e7d # The commit actually on disk. A submodule can be bumped without LLAMA_COMMIT # following it, and the build has to key off what is really there. diff --git a/vendor/llama.cpp b/vendor/llama.cpp index 465e49b..4b98ab8 160000 --- a/vendor/llama.cpp +++ b/vendor/llama.cpp @@ -1 +1 @@ -Subproject commit 465e49b9cea78a68b9c244ffb48d0ee24a82873d +Subproject commit 4b98ab805a2638121f1671bf572832e07ef13e7d