Update Usage Example
original example was generic, adjusted --prompt to fit alpaca-style
This commit is contained in:
parent
8e00404bc3
commit
2612b36061
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue