From 2612b3606179181e9e419988ad1b0452fc6c88b3 Mon Sep 17 00:00:00 2001 From: JackJollimore <130917767+JackJollimore@users.noreply.github.com> Date: Wed, 30 Aug 2023 21:53:26 -0300 Subject: [PATCH] Update Usage Example original example was generic, adjusted --prompt to fit alpaca-style --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d6e93dcb..9e3ebc606 100644 --- a/README.md +++ b/README.md @@ -820,10 +820,10 @@ Move your model to the home directory (`~/`), for example: ``` cd cd storage/downloads -mv 7b-model.gguf ~/ +mv 7b-model.gguf.q4_0.bin ~/ ``` -Usage example:`./main -m ~/7b-model.gguf --color -c 2048 --keep -1 -n -2 -b 10 -i -ins` +Usage example:`./main -m ~/7b-model.gguf.q4_0.bin --color -c 2048 --keep -1 -n -2 -b 7 -ins -p 'Below is an instruction that describes a task. Write a response that appropriately completes the request.'\n\n'### Instruction:'\n'Hi!'\n\n'### Response:Hi! How may I assist you?' Alternatively, to enable CLBlast then install the requisite OpenCL packages: ```