correct allreduce fusion and dummy_run alignment in SCATTERED MLP mode (moe_dense_tp_size=1) (#19918)

This commit is contained in:
weireweire
2026-05-22 19:18:25 -07:00
committed by GitHub
parent d226f75669
commit 629b6c6a85
3 changed files with 10 additions and 2 deletions
@@ -143,6 +143,7 @@ class Test03(CustomTestCase):
"8",
"--moe-dense-tp-size",
"1",
"--enable-flashinfer-allreduce-fusion",
],
)