Fix BailingMoeV3 reading enable_dp_lm_head off live topology instead of config (#36584)

This commit is contained in:
Alison Shao
2026-08-26 18:41:39 -07:00
committed by GitHub
parent a8b72c4c34
commit 15688fea7d
2 changed files with 2 additions and 2 deletions
@@ -335,7 +335,7 @@ class TestBailingMoeV3Gate(_FusionGateCase):
parallel = SimpleNamespace(
tp_size=1,
moe_ep_size=1,
enable_dp_lm_head=False,
config=SimpleNamespace(enable_dp_lm_head=False),
)
with (
unittest.mock.patch.object(