From 83df548b86d7a2e97dbab2552f6ef577fe827513 Mon Sep 17 00:00:00 2001 From: JackJollimore <130917767+JackJollimore@users.noreply.github.com> Date: Sun, 27 Aug 2023 16:09:13 -0300 Subject: [PATCH] clean up Usage example made Usage example more clear in the case Users build with cmake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 160138768..95574df09 100644 --- a/README.md +++ b/README.md @@ -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: ```