Skip to content

Commit f58bf47

Browse files
committed
Display the antislop rewinds again.
1 parent 474e5b9 commit f58bf47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gpttype_adapter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4242,7 +4242,8 @@ generation_outputs gpttype_generate(const generation_inputs inputs)
42424242
std::vector<int>& current_ids = antislop_banned_token_ids[banindex];
42434243
current_ids.push_back(last_tok);
42444244

4245-
if (allow_regular_prints && debugmode == 1)
4245+
// if (allow_regular_prints && debugmode == 1)
4246+
if (allow_regular_prints)
42464247
{
42474248
auto match_clean = matched;
42484249
replace_all(match_clean, "\n", "\\n");

0 commit comments

Comments
 (0)