From c13b411273cada65de68f7ce527bb6edf530edaf Mon Sep 17 00:00:00 2001 From: mudler <2420543+mudler@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:06:48 +0000 Subject: [PATCH] :arrow_up: Update nomic-ai/gpt4all Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2ae5c496e53..08a2f985cc08 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ CPPLLAMA_VERSION?=c4dd11d1d3903e1922c06242e189f6310fc4d8c3 # gpt4all version GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all -GPT4ALL_VERSION?=27a8b020c36b0df8f8b82a252d261cda47cf44b8 +GPT4ALL_VERSION?=fd005be844d91f821eb4ecd69c40f08afba7ae28 # go-rwkv version RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp