Skip to content

Commit 6371902

Browse files
committed
Add --output-format to usage
1 parent 69b351b commit 6371902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/imatrix/imatrix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static void print_usage(int, char ** argv) {
3030
" -m model.gguf -f some-text.txt [-o imatrix.gguf] [--output-format {gguf,dat}] [--no-ppl] \\\n"
3131
" [--process-output] [--chunk 123] [--save-frequency 0] [--output-frequency 10] \\\n"
3232
" [--in-file imatrix-prev-0.gguf --in-file imatrix-prev-1.gguf ...] [--parse-special] \\\n"
33-
" [--activation-statistics] [--show-statistics] [...]\n" , argv[0]);
33+
" [--output-format gguf|dat] [--activation-statistics] [--show-statistics] [...]\n" , argv[0]);
3434
LOG("\n");
3535
}
3636

0 commit comments

Comments
 (0)