From 32bbb554a75faba38affb494cf06c94471a1b402 Mon Sep 17 00:00:00 2001 From: JackJollimore <130917767+JackJollimore@users.noreply.github.com> Date: Wed, 30 Aug 2023 22:12:12 -0300 Subject: [PATCH] Made Usage example more easy to copy also looks better, and consistent --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffd4ce3f8..233995a31 100644 --- a/README.md +++ b/README.md @@ -823,7 +823,10 @@ cd storage/downloads mv 7b-model.gguf.q4_0.bin ~/ ``` -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?'` +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: ```