Skip to content

Commit 1774611

Browse files
authored
common : print that one line of the syntax help *also* to standard output (#3823)
1 parent fdee152 commit 1774611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: common/common.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ void gpt_print_usage(int /*argc*/, char ** argv, const gpt_params & params) {
743743
#endif // GGML_USE_CUBLAS
744744
#endif
745745
printf(" --verbose-prompt print prompt before generation\n");
746-
fprintf(stderr, " --simple-io use basic IO for better compatibility in subprocesses and limited consoles\n");
746+
printf(" --simple-io use basic IO for better compatibility in subprocesses and limited consoles\n");
747747
printf(" --lora FNAME apply LoRA adapter (implies --no-mmap)\n");
748748
printf(" --lora-scaled FNAME S apply LoRA adapter with user defined scaling S (implies --no-mmap)\n");
749749
printf(" --lora-base FNAME optional model to use as a base for the layers modified by the LoRA adapter\n");

0 commit comments

Comments
 (0)