TheBloke commited on
Commit
4575e94
·
1 Parent(s): 5ab63a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ I have quantised the GGML files in this repo with the latest version. Therefore
62
  I use the following command line; adjust for your tastes and needs:
63
 
64
  ```
65
- ./main -ngl 32 -t 10 -m samantha-13b.v3.q5_0.bin --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "USER: Hello Samantha how are you today?\nASSISTANT:"
66
  ```
67
 
68
  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`.
 
62
  I use the following command line; adjust for your tastes and needs:
63
 
64
  ```
65
+ ./main -ngl 32 -t 10 -m samantha-13b.ggmlv3.q5_0.bin --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "USER: Hello Samantha how are you today?\nASSISTANT:"
66
  ```
67
 
68
  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`.