Made Usage example more easy to copy

also looks better, and consistent
This commit is contained in:
JackJollimore 2023-08-30 22:12:12 -03:00 committed by GitHub
parent 82700d8c38
commit 32bbb554a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
```