From e7ceb9e8f5214e65b6f8287de02a9e582a548e24 Mon Sep 17 00:00:00 2001 From: "ci-robbot [bot]" <105103991+ci-robbot@users.noreply.github.com> Date: Sun, 30 Jul 2023 09:48:10 +0200 Subject: [PATCH] :arrow_up: Update go-skynet/go-llama.cpp (#824) Signed-off-by: GitHub Co-authored-by: mudler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d2bb4df..be11bfb1 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ GOVET=$(GOCMD) vet BINARY_NAME=local-ai # llama.cpp versions -GOLLAMA_VERSION?=6ba16de8e965e5aa0f32d25ef9d6149bb6586565 +GOLLAMA_VERSION?=8c51308e42d79e8de2553747b23e74f444b02ae2 # gpt4all version GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all