From cc76def3423160d3f6fa9a641a393b481671fd88 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Mon, 17 Mar 2025 22:43:15 +0100 Subject: [PATCH] chore: :arrow_up: Update ggml-org/llama.cpp to `b1b132efcba216c873715c483809730bb253f4a1` (#5029) :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 7426cb12..362484ad 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BINARY_NAME=local-ai DETECT_LIBS?=true # llama.cpp versions -CPPLLAMA_VERSION?=8ba95dca2065c0073698afdfcda4c8a8f08bf0d9 +CPPLLAMA_VERSION?=b1b132efcba216c873715c483809730bb253f4a1 # whisper.cpp version WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp