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.
This commit is contained in:
TheBloke 2023-04-16 12:29:27 +01:00 committed by AT
parent a29420cbc8
commit 0abea1db35

View File

@ -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