Text Generation
Transformers
English
TheBloke commited on
Commit
840e6e3
1 Parent(s): 18d1080

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -111,7 +111,7 @@ Refer to the Provided Files table below to see what files use which methods, and
111
  I use the following command line; adjust for your tastes and needs:
112
 
113
  ```
114
- ./main -t 10 -ngl 32 -m ggml.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:"
115
  ```
116
  Change `-t 10` to the number of physical CPU cores you have. For example if your system has 8 cores/16 threads, use `-t 8`.
117
 
 
111
  I use the following command line; adjust for your tastes and needs:
112
 
113
  ```
114
+ ./main -t 10 -ngl 32 -m orca_mini_v2_13b.ggmlv3.q4_K_M.bin --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "### User: Write a story about llamas\n### Response:"
115
  ```
116
  Change `-t 10` to the number of physical CPU cores you have. For example if your system has 8 cores/16 threads, use `-t 8`.
117