From 38d7e0b43c00a36343a21cf14cc9fbd51d5cef8b Mon Sep 17 00:00:00 2001 From: "ci-robbot [bot]" <105103991+ci-robbot@users.noreply.github.com> Date: Sat, 6 May 2023 00:21:48 +0200 Subject: [PATCH] :arrow_up: Update go-skynet/go-llama.cpp (#198) Signed-off-by: GitHub Co-authored-by: mudler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 615e7a8..948f00d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ GOTEST=$(GOCMD) test GOVET=$(GOCMD) vet BINARY_NAME=local-ai -GOLLAMA_VERSION?=67ff6a4db244b37e6efb4e6a5c5536d2bfae215b +GOLLAMA_VERSION?=691d479d3675bd861d91950d9027e554d7f77a57 GOGPT4ALLJ_VERSION?=1f7bff57f66cb7062e40d0ac3abd2217815e5109 GOGPT2_VERSION?=245a5bfe6708ab80dc5c733dcdbfbe3cfd2acdaa RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp