Skip to content

Commit 50e2ecf

Browse files
committed
Update README.md
1 parent 75cd6e0 commit 50e2ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/imatrix/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ More information is [available here](https://github.com/ggml-org/llama.cpp/pull/
99
./llama-imatrix \
1010
-m model.gguf -f some-text.txt [-o imatrix.gguf] [--process-output] [--no-ppl] \
1111
[--chunk 123] [--output-frequency 10] [--save-frequency 0] [--show-statistics] \
12-
[--no-ppl] [--in-file imatrix-prev-0.gguf --in-file imatrix-prev-1.gguf ...] \
13-
[--parse-special] [...]
12+
[--in-file imatrix-prev-0.gguf --in-file imatrix-prev-1.gguf ...] [--parse-special] \
13+
[...]
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)