Update README.md

This commit is contained in:
AT
2023-04-29 17:49:18 -04:00
committed by GitHub
parent 84ffd801ec
commit 573e4e1f73

View File

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