Update README.md
Browse files
README.md
CHANGED
|
@@ -54,7 +54,7 @@ mkdir build
|
|
| 54 |
cd build
|
| 55 |
cmake ..
|
| 56 |
cmake --build . --config Release
|
| 57 |
-
bin/mpt -m /path/to/mpt7b.ggmlv2.
|
| 58 |
```
|
| 59 |
|
| 60 |
Please see the ggml repo for other build options.
|
|
|
|
| 54 |
cd build
|
| 55 |
cmake ..
|
| 56 |
cmake --build . --config Release
|
| 57 |
+
bin/mpt -m /path/to/mpt7b.ggmlv2.q4_0.bin -t 8 -n 512 -p "Write a story about llamas"
|
| 58 |
```
|
| 59 |
|
| 60 |
Please see the ggml repo for other build options.
|