Skip to content

Commit ac0922f

Browse files
committed
Update README.md
1 parent 139ff4b commit ac0922f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/imatrix/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ More information is [available here](https://github.com/ggml-org/llama.cpp/pull/
77

88
```
99
./llama-imatrix \
10-
-m model.gguf -f some-text.txt [-o imatrix.gguf] [--process-output] [--no-ppl] \
11-
[--chunk 123] [--output-frequency 10] [--save-frequency 0] [--show-statistics] \
10+
-m model.gguf -f some-text.txt [-o imatrix.gguf] [--no-ppl] \
11+
[--process-output] [--chunk 123] [--save-frequency 0] [--output-frequency 10] \
1212
[--in-file imatrix-prev-0.gguf --in-file imatrix-prev-1.gguf ...] [--parse-special] \
13-
[...]
13+
[--show-statistics] [...]
1414
```
1515

1616
Here `-m | --model` with a model name and `-f | --file` with a file containing calibration data (such as e.g. `wiki.train.raw`) are mandatory.

0 commit comments

Comments
 (0)