From bd1707d33991c9e18f2072d83820811dbfcd1f23 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Thu, 17 Apr 2025 23:52:12 +0200 Subject: [PATCH] chore: :arrow_up: Update ggml-org/llama.cpp to `2f74c354c0f752ed9aabf7d3a350e6edebd7e744` (#5203) :arrow_up: Update ggml-org/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 3157ff84..bb4e1925 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BINARY_NAME=local-ai DETECT_LIBS?=true # llama.cpp versions -CPPLLAMA_VERSION?=015022bb53387baa8b23817ac03743705c7d472b +CPPLLAMA_VERSION?=2f74c354c0f752ed9aabf7d3a350e6edebd7e744 # whisper.cpp version WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp