From 6d760a1f5add3b1a640c26fadd6c326be71c2ce0 Mon Sep 17 00:00:00 2001 From: mudler <2420543+mudler@users.noreply.github.com> Date: Sun, 2 Jun 2024 20:05:46 +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 a8df4e4389c6..a9148dfa9bf6 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ CPPLLAMA_VERSION?=2e666832e6ac78194edf030bd1c295e21bdb022c # gpt4all version GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all -GPT4ALL_VERSION?=27a8b020c36b0df8f8b82a252d261cda47cf44b8 +GPT4ALL_VERSION?=f001897a1a09b5d060be9413c8619adc05c1f7b4 # go-rwkv version RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp