Skip to content

Commit c3a473d

Browse files
committed
tokenize : update help
1 parent fc49c32 commit c3a473d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/tokenize/tokenize.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ static void print_usage_information(const char * argv0) {
3131
printf(" -p PROMPT, --prompt PROMPT read prompt from the argument.\n");
3232
printf(" --stdin read prompt from standard input.\n");
3333
printf(" --no-bos do not ever add a BOS token to the prompt, even if normally the model uses a BOS token.\n");
34+
printf(" --no-escape do not escape input (such as \\n, \\t, etc.).\n");
3435
printf(" --no-parse-special do not parse control tokens.\n");
3536
printf(" --log-disable disable logs. Makes stderr quiet when loading the model.\n");
3637
printf(" --show-count print the total number of tokens.\n");

0 commit comments

Comments
 (0)