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