mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-11-10 11:49:05 +03:00
Update README.md
This commit is contained in:
parent
243972e3d8
commit
04f7dbb395
16
README.md
16
README.md
@ -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 :)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user