Update README.md
Browse files
README.md
CHANGED
@@ -33,8 +33,8 @@ chmod +x OLMo-7B-0424.Q6_K.llamafile
|
|
33 |
|
34 |
You then need to fill out the prompt / history template (see below).
|
35 |
|
36 |
-
This model has a max context window size of
|
37 |
-
context window size of
|
38 |
maximum by passing the `-c 0` flag.
|
39 |
|
40 |
On GPUs with sufficient RAM, the `-ngl 999` flag may be passed to use
|
|
|
33 |
|
34 |
You then need to fill out the prompt / history template (see below).
|
35 |
|
36 |
+
This model has a max context window size of 4k tokens. By default, a
|
37 |
+
context window size of 2k tokens is used. You may increase this to the
|
38 |
maximum by passing the `-c 0` flag.
|
39 |
|
40 |
On GPUs with sufficient RAM, the `-ngl 999` flag may be passed to use
|