[Cherry-Pick] Fix eplb noaux(#5239) (#5240)

* fix eplb noaux

* fix eplb noaux
This commit is contained in:
xiaoxiaohehe001
2025-11-26 17:51:10 +08:00
committed by GitHub
parent 49be443d02
commit 710753377f
2 changed files with 0 additions and 49 deletions

View File

@@ -448,7 +448,6 @@ class RedundantExpertManager:
if (
self.fd_config.scheduler_config.splitwise_role == "mixed"
or self.fd_config.scheduler_config.splitwise_role == "decode"
or self.fd_config.scheduler_config.splitwise_role == "prefill"
or not self.eplb_config.redundant_expert_enable_schedule_cordon
):
self.logger.info("redundant_expert: allreduce_load_weight_result success, notify infer.py")