We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc49c32 commit c3a473dCopy full SHA for c3a473d
examples/tokenize/tokenize.cpp
@@ -31,6 +31,7 @@ static void print_usage_information(const char * argv0) {
31
printf(" -p PROMPT, --prompt PROMPT read prompt from the argument.\n");
32
printf(" --stdin read prompt from standard input.\n");
33
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");
35
printf(" --no-parse-special do not parse control tokens.\n");
36
printf(" --log-disable disable logs. Makes stderr quiet when loading the model.\n");
37
printf(" --show-count print the total number of tokens.\n");
0 commit comments