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 3e26364 commit 69b351bCopy full SHA for 69b351b
tools/imatrix/README.md
@@ -10,7 +10,7 @@ More information is available in <https://github.com/ggml-org/llama.cpp/pull/486
10
-m model.gguf -f some-text.txt [-o imatrix.gguf] [--output-format {gguf,dat}] [--no-ppl] \
11
[--process-output] [--chunk 123] [--save-frequency 0] [--output-frequency 10] \
12
[--in-file imatrix-prev-0.gguf --in-file imatrix-prev-1.gguf ...] [--parse-special] \
13
- [--activation-statistics] [--show-statistics] [...]
+ [--output-format gguf|dat] [--activation-statistics] [--show-statistics] [...]
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