Skip to content

Commit ea57c4d

Browse files
committed
ChatON:Common:Update the cmdline argument name used
Had forgotten to update it before
1 parent f911579 commit ea57c4d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

common/common.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,8 +1404,10 @@ void gpt_print_usage(int /*argc*/, char ** argv, const gpt_params & params) {
14041404
printf(" --interactive-first run in interactive mode and wait for input right away\n");
14051405
printf(" -ins, --instruct run in instruction mode (use with Alpaca models)\n");
14061406
printf(" -cml, --chatml run in chatml mode (use with ChatML-compatible models)\n");
1407-
printf(" --chaton-json specify the json file containing chat-handshake-template-standard(s)");
1408-
printf(" --chaton-template-id specify the specific template standard to use from loaded json file");
1407+
printf(" --chaton-meta-json JsonFile\n");
1408+
printf(" specify the json file containing chat-handshake-template-standard(s)");
1409+
printf(" --chaton-template-id ChatHandshakeTemplateId\n");
1410+
printf(" specify the specific template standard to use from loaded json file");
14091411
printf(" --multiline-input allows you to write or paste multiple lines without ending each in '\\'\n");
14101412
printf(" -r PROMPT, --reverse-prompt PROMPT\n");
14111413
printf(" halt generation at PROMPT, return control in interactive mode\n");

0 commit comments

Comments
 (0)