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 474e5b9 commit f58bf47Copy full SHA for f58bf47
gpttype_adapter.cpp
@@ -4242,7 +4242,8 @@ generation_outputs gpttype_generate(const generation_inputs inputs)
4242
std::vector<int>& current_ids = antislop_banned_token_ids[banindex];
4243
current_ids.push_back(last_tok);
4244
4245
- if (allow_regular_prints && debugmode == 1)
+ // if (allow_regular_prints && debugmode == 1)
4246
+ if (allow_regular_prints)
4247
{
4248
auto match_clean = matched;
4249
replace_all(match_clean, "\n", "\\n");
0 commit comments