mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
* fix eplb noaux * fix eplb noaux
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user