Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ You can then use the completion mode of the GUI to experiment with this
|
|
57 |
model. You can prompt the model for completions on the command line too:
|
58 |
|
59 |
```
|
60 |
-
./Meta-Llama-3.1-8B.
|
61 |
```
|
62 |
|
63 |
This model has a max context window size of 128k tokens. By default, a
|
|
|
57 |
model. You can prompt the model for completions on the command line too:
|
58 |
|
59 |
```
|
60 |
+
./Meta-Llama-3.1-8B.Q6_K.llamafile -p 'four score and seven' --log-disable
|
61 |
```
|
62 |
|
63 |
This model has a max context window size of 128k tokens. By default, a
|