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