Merge pull request #181 from joliss/readme

Fix `git submodule` instructions
pull/208/head^2
Andriy Mulyar 2 years ago committed by GitHub
commit c62312f82e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -119,9 +119,10 @@ You can reproduce our trained model by doing the following:
Clone the repo
`git clone --recurse-submodules https://github.com/nomic-ai/gpt4all.git`
`git submodule configure && git submodule update`
```
git clone --recurse-submodules https://github.com/nomic-ai/gpt4all.git
git submodule update --init
```
Setup the environment

Loading…
Cancel
Save