From dbfaccaba529b4663629706ccb7aef12f2830b7b Mon Sep 17 00:00:00 2001 From: mudler <2420543+mudler@users.noreply.github.com> Date: Sun, 9 Feb 2025 20:05:48 +0000 Subject: [PATCH] :arrow_up: Update ggerganov/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 05fa4a44..0bb8ade1 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BINARY_NAME=local-ai DETECT_LIBS?=true # llama.cpp versions -CPPLLAMA_VERSION?=e6e658319952f7ad269dc11275b9edddc721fc6d +CPPLLAMA_VERSION?=19d3c8293b1f61acbe2dab1d49a17950fd788a4a # whisper.cpp version WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp