Prepend newline to usage output

This commit is contained in:
Mason M 2023-10-21 14:54:54 -03:00
parent d0e14e6ecd
commit 108d698923

View file

@ -634,6 +634,7 @@ bool gpt_params_parse(int argc, char ** argv, gpt_params & params) {
void gpt_print_usage(int /*argc*/, char ** argv, const gpt_params & params) {
const llama_sampling_params & sparams = params.sparams;
printf("\n");
printf("usage: %s [options]\n", argv[0]);
printf("\n");
printf("options:\n");