We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cd6e0 commit 50e2ecfCopy full SHA for 50e2ecf
tools/imatrix/README.md
@@ -9,8 +9,8 @@ More information is [available here](https://github.com/ggml-org/llama.cpp/pull/
9
./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] \
12
- [--no-ppl] [--in-file imatrix-prev-0.gguf --in-file imatrix-prev-1.gguf ...] \
13
- [--parse-special] [...]
+ [--in-file imatrix-prev-0.gguf --in-file imatrix-prev-1.gguf ...] [--parse-special] \
+ [...]
14
```
15
16
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