Update router/src/validation.rs

Co-authored-by: LoganDark <github@logandark.mozmail.com>
This commit is contained in:
Chirag Jain 2023-10-19 15:02:40 +05:30 committed by GitHub
parent 017f3de464
commit cc0ec3c38a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,7 +275,7 @@ impl Validation {
let stopping_parameters = StoppingCriteriaParameters {
max_new_tokens,
stop_sequences,
ignore_eos_token: ignore_eos_token,
ignore_eos_token,
};
metrics::histogram!("tgi_request_max_new_tokens", max_new_tokens as f64);