Tiny fix mimo model conflicts with main (#15483)

This commit is contained in:
Liangsheng Yin
2025-12-19 23:20:59 +08:00
committed by GitHub
parent 241ae17b25
commit 933cef16cc
2 changed files with 11 additions and 6 deletions
+2 -2
View File
@@ -494,7 +494,7 @@ class Scheduler(
tp_rank=self.tp_rank,
moe_ep_rank=self.moe_ep_rank,
server_args=self.server_args,
nccl_port=self.port_args.nccl_port,
nccl_port=self.nccl_port,
target_worker=self.tp_worker,
dp_rank=self.dp_rank,
)
@@ -506,7 +506,7 @@ class Scheduler(
tp_rank=self.tp_rank,
moe_ep_rank=self.moe_ep_rank,
server_args=self.server_args,
nccl_port=self.port_args.nccl_port,
nccl_port=self.nccl_port,
target_worker=self.tp_worker,
dp_rank=self.dp_rank,
)