Merge pull request #42 from tiendung/main

Change git clone url to https://github.com/nomic-ai/gpt4all.git to avoid `Permission denied`
pull/71/head
Andriy Mulyar 1 year ago committed by GitHub
commit b10890f8f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save