From 66b995a5ec45cae1ae47499a30762cd01be61247 Mon Sep 17 00:00:00 2001 From: mudler <2420543+mudler@users.noreply.github.com> Date: Mon, 10 Feb 2025 20:06:09 +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 0bb8ade1..8d66907c 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BINARY_NAME=local-ai DETECT_LIBS?=true # llama.cpp versions -CPPLLAMA_VERSION?=19d3c8293b1f61acbe2dab1d49a17950fd788a4a +CPPLLAMA_VERSION?=19b392d58dc08c366d0b29bd3b9c6991fa4e1662 # whisper.cpp version WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp