mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Update README.md
This commit is contained in:
parent
04f7dbb395
commit
dfe9d43c5e
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 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/
|
* Install cmake for your platform https://cmake.org/install/
|
||||||
* Clone this repo ```git clone --recurse-submodules https://github.com/manyoso/gpt4all-chat.git```
|
* Clone this repo and build
|
||||||
* ```cd gpt4all-chat
|
```
|
||||||
mkdir build
|
git clone --recurse-submodules https://github.com/manyoso/gpt4all-chat.git
|
||||||
cd build
|
cd gpt4all-chat
|
||||||
cmake ..
|
mkdir build
|
||||||
cmake --build . --parallel```
|
cd build
|
||||||
|
cmake ..
|
||||||
|
cmake --build . --parallel
|
||||||
|
```
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user