From 30bf8d41d7f087d02177799aeccea7a62bf80bb9 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 11 Sep 2025 13:08:13 +0200 Subject: [PATCH] [test] upstream validation https://github.com/ggml-org/llama.cpp/issues/15936 Signed-off-by: Ettore Di Giacinto --- backend/cpp/llama-cpp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/cpp/llama-cpp/Makefile b/backend/cpp/llama-cpp/Makefile index b8578802e..215d92165 100644 --- a/backend/cpp/llama-cpp/Makefile +++ b/backend/cpp/llama-cpp/Makefile @@ -1,6 +1,6 @@ -LLAMA_VERSION?=3976dfbe00f02a62c0deca32c46138e4f0ca81d8 -LLAMA_REPO?=https://github.com/ggerganov/llama.cpp +LLAMA_VERSION?=fe4eb4f8ec25a1239b0923f1c7f87adf5730c3e5 +LLAMA_REPO?=https://github.com/JohannesGaessler/llama.cpp CMAKE_ARGS?= BUILD_TYPE?=