Transformers
English
TheBloke commited on
Commit
3266575
1 Parent(s): d435ca8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -100,7 +100,7 @@ Refer to the Provided Files table below to see what files use which methods, and
100
  I use the following command line; adjust for your tastes and needs:
101
 
102
  ```
103
- ./main -t 10 -ngl 32 -m orca-mini-3b.ggmlv3.q5_0.bin --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "### Instruction: Write a story about llamas\n### Response:"
104
  ```
105
  If you're able to use full GPU offloading, you should use `-t 1` to get best performance.
106
 
 
100
  I use the following command line; adjust for your tastes and needs:
101
 
102
  ```
103
+ ./main -t 10 -ngl 32 -m orca-mini-3b.ggmlv3.q5_0.bin --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "### System:\nYou are an story writing assistant who writes very long, detailed and interesting stories\n\n### User:\nWrite a story about llamas\n\n### Input:\n{input}\n\n### Response:\n"
104
  ```
105
  If you're able to use full GPU offloading, you should use `-t 1` to get best performance.
106