Skip to content

Commit 5032f18

Browse files
committed
common.cpp: accidentally removed --interactive-first
1 parent c9ea9df commit 5032f18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/common.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,6 +1437,7 @@ void gpt_print_usage(int /*argc*/, char ** argv, const gpt_params & params) {
14371437
printf(" --version show version and build info\n");
14381438
printf(" -i, --interactive run in interactive mode\n");
14391439
printf(" --interactive-specials allow special tokens in user text, in interactive mode\n");
1440+
printf(" --interactive-first run in interactive mode and wait for input right away\n");
14401441
printf(" --ctrl-token-no-out control tokens output disabled\n");
14411442
printf(" -cnv, --conversation run in conversation mode (does not print special tokens and suffix/prefix)\n");
14421443
printf(" -ins, --instruct run in instruction mode (use with Alpaca models)\n");

0 commit comments

Comments
 (0)