From 7c3f8c2168eff8a78e4162a28a1bf003aee9710f Mon Sep 17 00:00:00 2001 From: TheBloke Date: Sun, 16 Apr 2023 12:29:27 +0100 Subject: [PATCH] Update git clone command in README to point to main nomic repo= I'm not sure if it was intentional that the build instructions tell the user to clone `manyoso/gpt4all-chat.git`? But I would think this should be cloning the main repo at `nomic-ai/gpt4all-chat` instead. Otherwise users following this command might get changes not yet merged into the main repo, which could be confusing. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 371040da..490a1cd2 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ GPT-J model by following build instructions below. * Download https://huggingface.co/EleutherAI/gpt-j-6b * Clone this repo and build ``` -git clone --recurse-submodules https://github.com/manyoso/gpt4all-chat.git +git clone --recurse-submodules https://github.com/nomic-ai/gpt4all cd gpt4all-chat mkdir build cd build