From 25bdc350df61554303990610619ed3b607680e31 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Thu, 10 Apr 2025 23:44:55 +0200 Subject: [PATCH] chore: :arrow_up: Update ggml-org/llama.cpp to `64eda5deb9859e87a020e56bab5d2f9ca956f1de` (#5155) :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 98bfa0d5..c7c3d9e3 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BINARY_NAME=local-ai DETECT_LIBS?=true # llama.cpp versions -CPPLLAMA_VERSION?=d3bd7193ba66c15963fd1c59448f22019a8caf6e +CPPLLAMA_VERSION?=64eda5deb9859e87a020e56bab5d2f9ca956f1de # whisper.cpp version WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp