jartine commited on
Commit
01d1f5f
1 Parent(s): 5dd67d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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 8k 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.
 
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