mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-06 09:20:33 +00:00
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:
parent
33e9f350e5
commit
7c3f8c2168
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user