From b9c5e14e2c9a9ac9a9f3292db8914dbdbbe8f06e Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Fri, 29 Mar 2024 00:13:38 +0100 Subject: [PATCH] :arrow_up: Update ggerganov/llama.cpp (#1923) Signed-off-by: GitHub Co-authored-by: mudler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3258bbe3..4323e4eb 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BINARY_NAME=local-ai # llama.cpp versions GOLLAMA_STABLE_VERSION?=2b57a8ae43e4699d3dc5d1496a1ccd42922993be -CPPLLAMA_VERSION?=a016026a3ac16d8c9b993a3573f19b9556d67de4 +CPPLLAMA_VERSION?=5106ef482c65ac60ac14da9a68c7b37bca4c6993 # gpt4all version GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all