From 2dec6f242419abe497283332a10b51187252a51d Mon Sep 17 00:00:00 2001 From: mudler <2420543+mudler@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:06:15 +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 db7d7b5e85b3..120879fdeae5 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ CPPLLAMA_VERSION?=dd07a123b79f9bd9e8a4ba0447427b3083e9347a # gpt4all version GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all -GPT4ALL_VERSION?=27a8b020c36b0df8f8b82a252d261cda47cf44b8 +GPT4ALL_VERSION?=95aa6fbcbb3d1987e0760861176950c684d72c32 # go-rwkv version RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp