fix tests validation

This commit is contained in:
OlivierDehaene 2023-12-14 15:38:20 +01:00
parent 1e1408054b
commit 4b0bd2d7c3

View File

@ -540,7 +540,7 @@ mod tests {
let max_stop_sequence = 3; let max_stop_sequence = 3;
let max_top_n_tokens = 4; let max_top_n_tokens = 4;
let max_input_length = 5; let max_input_length = 5;
let max_total_tokens = 6; let max_total_tokens = 106;
let workers = 1; let workers = 1;
let validation = Validation::new( let validation = Validation::new(
workers, workers,
@ -600,7 +600,7 @@ mod tests {
let max_stop_sequences = 3; let max_stop_sequences = 3;
let max_top_n_tokens = 4; let max_top_n_tokens = 4;
let max_input_length = 5; let max_input_length = 5;
let max_total_tokens = 6; let max_total_tokens = 106;
let workers = 1; let workers = 1;
let validation = Validation::new( let validation = Validation::new(
workers, workers,