From 1f09db516133af94a82dec822daa673b078635f3 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sun, 13 Apr 2025 23:46:07 +0200 Subject: [PATCH] chore: :arrow_up: Update ggml-org/llama.cpp to `71e90e8813f90097701e62f7fce137d96ddf41e2` (#5171) :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 44ed4c5a..f5e662f3 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BINARY_NAME=local-ai DETECT_LIBS?=true # llama.cpp versions -CPPLLAMA_VERSION?=bc091a4dc585af25c438c8473285a8cfec5c7695 +CPPLLAMA_VERSION?=71e90e8813f90097701e62f7fce137d96ddf41e2 # whisper.cpp version WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp