Fix BailingMoeV3 reading enable_dp_lm_head off live topology instead of config (#36584)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user