Add SchedulerMetricsReporter and route metrics state through it (#25629)

This commit is contained in:
fzyzcjy
2026-05-18 18:41:35 +08:00
committed by GitHub
parent 8357d07569
commit 780d969699
10 changed files with 406 additions and 220 deletions
@@ -77,6 +77,7 @@ def _scheduler_for_get_next_batch(*, tree_cache, chunked_req) -> Scheduler:
s.dllm_config = None
s.dllm_manager = None
s.enable_hisparse = False
s.enable_fpm = False
s.last_batch = None
s.require_mlp_sync = False
s.spec_algorithm = MagicMock()