Skip to content

Commit 51c8d76

Browse files
committed
Abused antislop. ^^
1 parent 22f8fb4 commit 51c8d76

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

koboldcpp.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
bias_min_value = -100.0
2525
bias_max_value = 100.0
2626

27-
# abuse prevention
28-
stop_token_max = 512
29-
ban_token_max = 1024
30-
logit_bias_max = 1024
31-
dry_seq_break_max = 256
27+
# abuse prevention (don't abuse the antislop! :D)
28+
stop_token_max = 1024
29+
ban_token_max = 4096
30+
logit_bias_max = 4096
31+
dry_seq_break_max = 512
3232

3333
# global vars
3434
handle = None

0 commit comments

Comments
 (0)