From 195be10050d552d83e3f0729b367d0359edf60d9 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:26:52 +0200 Subject: [PATCH] :arrow_up: Update ggerganov/llama.cpp (#1973) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: mudler <mudler@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 10791a4b..d42e1a99 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BINARY_NAME=local-ai # llama.cpp versions GOLLAMA_STABLE_VERSION?=2b57a8ae43e4699d3dc5d1496a1ccd42922993be -CPPLLAMA_VERSION?=855f54402e866ed19d8d675b56a81c844c64b325 +CPPLLAMA_VERSION?=cc4a95426d17417d3c83f12bdb514fbe8abe2a88 # gpt4all version GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all