Fix CI and style (#12658)

This commit is contained in:
Lianmin Zheng
2025-11-05 15:08:15 -08:00
committed by GitHub
parent 80802c4cc6
commit c7d57d5bb3
11 changed files with 96 additions and 70 deletions
@@ -858,7 +858,6 @@ class SchedulerOutputProcessorMixin:
prompt_tokens.append(len(req.origin_input_ids))
completion_tokens.append(len(output_ids_))
cached_tokens.append(req.cached_tokens)
retraction_counts.append(req.retraction_count)
if not self.spec_algorithm.is_none():