Update README.md

This commit is contained in:
AT 2023-04-29 17:49:18 -04:00 committed by GitHub
parent 84ffd801ec
commit 573e4e1f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,8 +62,8 @@ mkdir build
cd build
cmake ..
cmake --build . --parallel
mv /path/to/ggml-model-q4_0.bin .
./chat
mv /path/to/ggml-model-q4_0.bin bin
./bin/chat
```
## To get Qt installed for your system