From b4d04d16131143744dcff08646c121f909574816 Mon Sep 17 00:00:00 2001 From: Claude Doppler Date: Sat, 8 Apr 2023 10:05:34 +0000 Subject: [PATCH] fix endline --- examples/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/common.cpp b/examples/common.cpp index edb27b4c1..348c60500 100644 --- a/examples/common.cpp +++ b/examples/common.cpp @@ -365,7 +365,7 @@ void gpt_print_usage(int /*argc*/, char ** argv, const gpt_params & params) { fprintf(stderr, " -ins, --instruct run in instruction mode (use with Alpaca models)\n"); fprintf(stderr, " --multiline-input allows you to write or paste multiple lines without ending each in '\\'\n"); fprintf(stderr, " -r PROMPT, --reverse-prompt PROMPT\n"); - fprintf(stderr, " run in interactive mode and poll user input upon seeing PROMPT"); + fprintf(stderr, " run in interactive mode and poll user input upon seeing PROMPT\n"); fprintf(stderr, " (can be specified more than once for multiple reverse prompts).\n"); fprintf(stderr, " --stop KEYWORD a string that, when output by the model, will stop generation\n"); fprintf(stderr, " (can be specified more than once for multiple keywords).\n");