bump size of some payload arr sequences from 16 to 24

This commit is contained in:
Concedo 2024-07-28 20:29:39 +08:00
parent e47477fd4d
commit f289fb494a
2 changed files with 6 additions and 6 deletions

View file

@ -18,11 +18,11 @@ from concurrent.futures import ThreadPoolExecutor
# constants
sampler_order_max = 7
stop_token_max = 16
stop_token_max = 24
ban_token_max = 16
tensor_split_max = 16
logit_bias_max = 16
dry_seq_break_max = 16
logit_bias_max = 24
dry_seq_break_max = 24
images_max = 4
bias_min_value = -100.0
bias_max_value = 100.0