Update README.md
Browse files
README.md
CHANGED
@@ -29,9 +29,10 @@ chmod +x mathstral-7B-v0.1.Q6_K.llamafile
|
|
29 |
|
30 |
You then need to fill out the prompt / history template (see below).
|
31 |
|
32 |
-
This model has a max context window size of
|
33 |
context window size of 512 tokens is used. You may increase this to the
|
34 |
-
maximum by passing the `-c 0` flag.
|
|
|
35 |
|
36 |
On GPUs with sufficient RAM, the `-ngl 999` flag may be passed to use
|
37 |
the system's NVIDIA or AMD GPU(s). On Windows, only the graphics card
|
|
|
29 |
|
30 |
You then need to fill out the prompt / history template (see below).
|
31 |
|
32 |
+
This model has a max context window size of 32k tokens. By default, a
|
33 |
context window size of 512 tokens is used. You may increase this to the
|
34 |
+
maximum by passing the `-c 0` flag. By default the temperature for this
|
35 |
+
model is set to zero. You may change it by setting e.g. `--temp 0.8`.
|
36 |
|
37 |
On GPUs with sufficient RAM, the `-ngl 999` flag may be passed to use
|
38 |
the system's NVIDIA or AMD GPU(s). On Windows, only the graphics card
|