clean up Usage example
made Usage example more clear in the case Users build with cmake
This commit is contained in:
parent
cd7b3edeed
commit
83df548b86
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue