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