From 8cd51570e558e12ea885e76c34ae1f6688d23494 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sun, 9 Feb 2025 23:12:01 +0100 Subject: [PATCH] chore: :arrow_up: Update ggerganov/llama.cpp to `19d3c8293b1f61acbe2dab1d49a17950fd788a4a` (#4793) :arrow_up: Update ggerganov/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 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