Update README.md
Browse files
README.md
CHANGED
@@ -122,7 +122,7 @@ Refer to the Provided Files table below to see what files use which methods, and
|
|
122 |
I use the following command line; adjust for your tastes and needs:
|
123 |
|
124 |
```
|
125 |
-
./main -t 10 -ngl 32 -m openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_0.bin --color -c
|
126 |
```
|
127 |
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`.
|
128 |
|
|
|
122 |
I use the following command line; adjust for your tastes and needs:
|
123 |
|
124 |
```
|
125 |
+
./main -t 10 -ngl 32 -m openassistant-llama2-13b-orca-8k-3319.ggmlv3.q4_0.bin --color -c 4096 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "<|system|>You are a story writing assistant</s><|prompter|>write a story about llamas</s><|assistant|>"
|
126 |
```
|
127 |
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`.
|
128 |
|