Fix temp_prefill_info assertion error in PP disaggregation mode (#15943)

This commit is contained in:
Hudson Xing
2025-12-27 22:46:55 +08:00
committed by GitHub
parent 3645ed0f73
commit 5c393e8153

View File

@@ -523,6 +523,7 @@ class SchedulerDisaggregationPrefillMixin:
)
self.maybe_send_health_check_signal()
self.log_prefill_stats_late(batch)
def process_disagg_prefill_inflight_queue(
self: Scheduler, rids_to_check: Optional[List[str]] = None