Update README.md

This commit is contained in:
Adam Treat 2023-04-08 23:53:24 -04:00
parent 243972e3d8
commit 04f7dbb395

View File

@ -13,6 +13,22 @@ GPT-J model.
* The UI is made to look and feel like you've come to expect from a chatty gpt
* Easy to install... The plan is to create precompiled binaries for major platforms with easy installer including model
## Building
* 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```
## Running
* Simply place the appropriate model file named ```ggml-model-q4_0.bin``` in the same directory as the exe produced above and start the exe
## Contributing
* Pull requests welcome :)