clean up Usage example

made Usage example more clear in the case Users build with cmake
This commit is contained in:
JackJollimore 2023-08-27 16:09:13 -03:00 committed by GitHub
parent cd7b3edeed
commit 83df548b86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -824,7 +824,7 @@ cd storage/downloads
mv 7b-model.gguf ~/
```
Usage example:`./llama.cpp/main -m ~/7b-model.gguf --color -c 2048 --keep -1 -n -2 -b 10 -i -ins`
Usage example:`./main -m ~/7b-model.gguf --color -c 2048 --keep -1 -n -2 -b 10 -i -ins`
Alternatively, to enable CLBlast then install the requisite OpenCL packages:
```