Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,14 @@ Having **trouble?** See the ["Gotchas"
|
|
46 |
section](https://github.com/mozilla-ocho/llamafile/?tab=readme-ov-file#gotchas)
|
47 |
of the README.
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
---
|
50 |
|
51 |
# Model Card for Mathstral-7B-v0.1
|
|
|
46 |
section](https://github.com/mozilla-ocho/llamafile/?tab=readme-ov-file#gotchas)
|
47 |
of the README.
|
48 |
|
49 |
+
## Prompting
|
50 |
+
|
51 |
+
Here's an example of how to prompt Mathstral from the command line:
|
52 |
+
|
53 |
+
```
|
54 |
+
./mathstral-7B-v0.1.Q6_K.llamafile --log-disable --no-display-prompt -p '[INST]What is 2.11 + 3.9?[/INST]'
|
55 |
+
```
|
56 |
+
|
57 |
---
|
58 |
|
59 |
# Model Card for Mathstral-7B-v0.1
|