From e4fdde158f9ae03ab0e6acc8cfdb6d6235cf6cdc Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Fri, 28 Feb 2025 01:00:39 +0100 Subject: [PATCH] chore: :arrow_up: Update ggml-org/llama.cpp to `b95c8af37ccf169b0a3216b7ed691af0534e5091` (#4916) :arrow_up: Update ggml-org/llama.cpp Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 412e93f9..85c66413 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BINARY_NAME=local-ai DETECT_LIBS?=true # llama.cpp versions -CPPLLAMA_VERSION?=a800ae46da2ed7dac236aa6bf2b595da6b6294b5 +CPPLLAMA_VERSION?=b95c8af37ccf169b0a3216b7ed691af0534e5091 # whisper.cpp version WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp