From 0eb0ac7dd0cde42f789f9c4b8da4fe999f58555f Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:57:58 +0100 Subject: [PATCH] :arrow_up: Update ggerganov/llama.cpp (#1848) Signed-off-by: GitHub Co-authored-by: mudler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4449e501..f7ce5218 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BINARY_NAME=local-ai # llama.cpp versions GOLLAMA_STABLE_VERSION?=2b57a8ae43e4699d3dc5d1496a1ccd42922993be -CPPLLAMA_VERSION?=d84c48505f60bcd358b82a751d40418c4d235643 +CPPLLAMA_VERSION?=d01b3c4c32357567f3531d4e6ceffc5d23e87583 # gpt4all version GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all