[PD+Pause] Remove redundant post processing (#23886)
Co-authored-by: root <root@slurm-h200-206-011.slurm-compute.tenant-slurm.svc.cluster.local>
This commit is contained in:
@@ -398,7 +398,6 @@ class SchedulerDisaggregationPrefillMixin:
|
|||||||
self.disagg_prefill_bootstrap_queue.pop_bootstrapped()
|
self.disagg_prefill_bootstrap_queue.pop_bootstrapped()
|
||||||
)
|
)
|
||||||
if self._engine_paused:
|
if self._engine_paused:
|
||||||
self.process_disagg_prefill_inflight_queue()
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Get the next batch to run
|
# Get the next batch to run
|
||||||
@@ -432,7 +431,6 @@ class SchedulerDisaggregationPrefillMixin:
|
|||||||
self.disagg_prefill_bootstrap_queue.pop_bootstrapped()
|
self.disagg_prefill_bootstrap_queue.pop_bootstrapped()
|
||||||
)
|
)
|
||||||
if self._engine_paused:
|
if self._engine_paused:
|
||||||
self.process_disagg_prefill_inflight_queue()
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# Get the next batch to run
|
# Get the next batch to run
|
||||||
|
|||||||
Reference in New Issue
Block a user