common.cpp: accidentally removed --interactive-first
This commit is contained in:
parent
c9ea9df7fb
commit
5032f18f20
1 changed files with 1 additions and 0 deletions
|
@ -1437,6 +1437,7 @@ void gpt_print_usage(int /*argc*/, char ** argv, const gpt_params & params) {
|
||||||
printf(" --version show version and build info\n");
|
printf(" --version show version and build info\n");
|
||||||
printf(" -i, --interactive run in interactive mode\n");
|
printf(" -i, --interactive run in interactive mode\n");
|
||||||
printf(" --interactive-specials allow special tokens in user text, in interactive mode\n");
|
printf(" --interactive-specials allow special tokens in user text, in interactive mode\n");
|
||||||
|
printf(" --interactive-first run in interactive mode and wait for input right away\n");
|
||||||
printf(" --ctrl-token-no-out control tokens output disabled\n");
|
printf(" --ctrl-token-no-out control tokens output disabled\n");
|
||||||
printf(" -cnv, --conversation run in conversation mode (does not print special tokens and suffix/prefix)\n");
|
printf(" -cnv, --conversation run in conversation mode (does not print special tokens and suffix/prefix)\n");
|
||||||
printf(" -ins, --instruct run in instruction mode (use with Alpaca models)\n");
|
printf(" -ins, --instruct run in instruction mode (use with Alpaca models)\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue