From 45e37a07bb9e8f2ead7c0ed09eef5d0bb46ed45c Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Tue, 11 Feb 2025 09:17:02 +0100 Subject: [PATCH] chore: :arrow_up: Update ggerganov/llama.cpp to `19b392d58dc08c366d0b29bd3b9c6991fa4e1662` (#4803) :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 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