mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04: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
a29420cbc8
commit
0abea1db35
@ -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