mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-11 15:29:12 +02:00
increase again
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <cstdint>
|
||||
|
||||
const int stop_token_max = 32;
|
||||
const int ban_token_max = 48;
|
||||
const int ban_token_max = 64;
|
||||
const int tensor_split_max = 16;
|
||||
const int logit_bias_max = 32;
|
||||
const int dry_seq_break_max = 24;
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ from datetime import datetime, timezone
|
||||
# constants
|
||||
sampler_order_max = 7
|
||||
stop_token_max = 32
|
||||
ban_token_max = 48
|
||||
ban_token_max = 64
|
||||
tensor_split_max = 16
|
||||
logit_bias_max = 32
|
||||
dry_seq_break_max = 24
|
||||
|
||||
Reference in New Issue
Block a user