* typo fix

This commit is contained in:
ziadb 2023-11-29 17:25:24 -05:00
parent e72bb2403f
commit 770fc6123f

View file

@ -1844,7 +1844,7 @@ static void server_print_usage(const char *argv0, const gpt_params &params,
printf(" -spf FNAME, --system-prompt-file FNAME\n");
printf(" Set a file to load a system prompt (initial prompt of all slots), this is useful for chat applications.\n");
printf(" --mmproj MMPROJ_FILE path to a multimodal projector file for LLaVA.\n");
printf(" --log-disable disables logging to afile.\n");
printf(" --log-disable disables logging to a file.\n");
printf("\n");
}