summaryrefslogtreecommitdiff
path: root/common/common.h
diff options
context:
space:
mode:
authorBrian <mofosyne@gmail.com>2024-05-27 00:10:17 +1000
committerGitHub <noreply@github.com>2024-05-27 00:10:17 +1000
commitd298382ad977ec89c8de7b57459b9d7965d2c272 (patch)
treec1685e6ff556aac2961b73748e74c2d65a92ff5a /common/common.h
parent32a28217f475119926c603341e8273b26932b56a (diff)
main: replace --no-special with --special (#7534)
This also flips the default behavior of the output to not include control token by default.
Diffstat (limited to 'common/common.h')
-rw-r--r--common/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/common.h b/common/common.h
index 5388f6b6..26450483 100644
--- a/common/common.h
+++ b/common/common.h
@@ -146,7 +146,7 @@ struct gpt_params {
bool use_color = false; // use color to distinguish generations and inputs
bool interactive = false; // interactive mode
bool interactive_specials = false; // whether to allow special tokens from user, during interactive mode
- bool no_special = false; // disable control token output
+ bool special = false; // enable special token output
bool conversation = false; // conversation mode (does not print special tokens and suffix/prefix)
bool chatml = false; // chatml mode (used for models trained on chatml syntax)
bool prompt_cache_all = false; // save user input and generations to prompt cache