mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-08 07:10:32 +00:00
Update README.md
This commit is contained in:
parent
b232e5c60b
commit
7f7b5331cb
15
README.md
15
README.md
@ -17,12 +17,15 @@ GPT-J model.
|
||||
|
||||
* Install Qt 6.x for your platform https://doc.qt.io/qt-6/get-and-install-qt.html
|
||||
* Install cmake for your platform https://cmake.org/install/
|
||||
* Clone this repo ```git clone --recurse-submodules https://github.com/manyoso/gpt4all-chat.git```
|
||||
* ```cd gpt4all-chat
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake --build . --parallel```
|
||||
* Clone this repo and build
|
||||
```
|
||||
git clone --recurse-submodules https://github.com/manyoso/gpt4all-chat.git
|
||||
cd gpt4all-chat
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake --build . --parallel
|
||||
```
|
||||
|
||||
## Running
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user