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 69b351b commit 6371902Copy full SHA for 6371902
tools/imatrix/imatrix.cpp
@@ -30,7 +30,7 @@ static void print_usage(int, char ** argv) {
30
" -m model.gguf -f some-text.txt [-o imatrix.gguf] [--output-format {gguf,dat}] [--no-ppl] \\\n"
31
" [--process-output] [--chunk 123] [--save-frequency 0] [--output-frequency 10] \\\n"
32
" [--in-file imatrix-prev-0.gguf --in-file imatrix-prev-1.gguf ...] [--parse-special] \\\n"
33
- " [--activation-statistics] [--show-statistics] [...]\n" , argv[0]);
+ " [--output-format gguf|dat] [--activation-statistics] [--show-statistics] [...]\n" , argv[0]);
34
LOG("\n");
35
}
36
0 commit comments