File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
1616Here ` -m | --model ` with a model name and ` -f | --file ` with a file containing calibration data (such as e.g. ` wiki.train.raw ` ) are mandatory.
You can’t perform that action at this time.
0 commit comments