Skip to content

Commit 83df548

Browse files
author
JackJollimore
authored
clean up Usage example
made Usage example more clear in the case Users build with cmake
1 parent cd7b3ed commit 83df548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ cd storage/downloads
824824
mv 7b-model.gguf ~/
825825
```
826826
827-
Usage example:`./llama.cpp/main -m ~/7b-model.gguf --color -c 2048 --keep -1 -n -2 -b 10 -i -ins`
827+
Usage example:`./main -m ~/7b-model.gguf --color -c 2048 --keep -1 -n -2 -b 10 -i -ins`
828828
829829
Alternatively, to enable CLBlast then install the requisite OpenCL packages:
830830
```

0 commit comments

Comments
 (0)