File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626static void print_usage (int , char ** argv) {
2727 LOG (" \n example usage:\n " );
2828 LOG (" \n %s \\\n "
29- " -m model.gguf -f some-text.txt [-o imatrix.gguf] [--process-output] [-- no-ppl] \\\n "
30- " [--chunk 123 ] [--output-frequency 10 ] [--save-frequency 0] [--show-statistics ] \\\n "
31- " [--no-ppl] [-- in-file imatrix-prev-0.gguf --in-file imatrix-prev-1.gguf ...] \\\n "
32- " [--parse-special ] [...]\n " , argv[0 ]);
29+ " -m model.gguf -f some-text.txt [-o imatrix.gguf] [--no-ppl] \\\n "
30+ " [--process-output ] [--chunk 123 ] [--save-frequency 0] [--output-frequency 10 ] \\\n "
31+ " [--in-file imatrix-prev-0.gguf --in-file imatrix-prev-1.gguf ...] [--parse-special ] \\\n "
32+ " [--show-statistics ] [...]\n " , argv[0 ]);
3333 LOG (" \n " );
3434}
3535
You can’t perform that action at this time.
0 commit comments