[CI] Bump mypy version to 1.19.1 (#36104)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2026-03-10 16:18:28 +00:00
committed by GitHub
parent 82f3f30e26
commit f83b933b84
14 changed files with 76 additions and 35 deletions

View File

@@ -533,6 +533,7 @@ class SamplingParams(
if eos_ids:
self._all_stop_token_ids.update(eos_ids)
if not self.ignore_eos:
assert self.stop_token_ids is not None
eos_ids.update(self.stop_token_ids)
self.stop_token_ids = list(eos_ids)