From 46d7f0435e10a7aa9e6b71d2796177bb9d986980 Mon Sep 17 00:00:00 2001 From: mudler <2420543+mudler@users.noreply.github.com> Date: Thu, 10 Apr 2025 20:07:15 +0000 Subject: [PATCH] :arrow_up: Update ggml-org/llama.cpp Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@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