Update README.md
Browse files
README.md
CHANGED
@@ -62,7 +62,7 @@ ASSISTANT:
|
|
62 |
I use the following command line; adjust for your tastes and needs:
|
63 |
|
64 |
```
|
65 |
-
./main -t 10 -ngl 32 -m samantha-33B.ggmlv3.q5_0.bin --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "
|
66 |
```
|
67 |
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`.
|
68 |
|
|
|
62 |
I use the following command line; adjust for your tastes and needs:
|
63 |
|
64 |
```
|
65 |
+
./main -t 10 -ngl 32 -m samantha-33B.ggmlv3.q5_0.bin --color -c 2048 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "You are Samantha, a sentient AI. USER: Hello Samantha how are you today?\nASSISTANT:"
|
66 |
```
|
67 |
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`.
|
68 |
|