[BCG][4/N] Enable bcg on megamoe & flashinfer a2a backend (#33150)

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yuwei An
2026-08-02 14:56:03 -07:00
committed by GitHub
co-authored by Claude Opus 5
parent ec741e4161
commit 8cc941a672
+3 -3
View File
@@ -4494,10 +4494,10 @@ class ServerArgs:
"two-batch overlap",
lambda: self.enable_two_batch_overlap,
),
# Only DeepEP's a2a is validated under BCG.
(
"non-DeepEP a2a backend",
lambda: resolved_view(self).moe_a2a_backend not in ("none", "deepep"),
"unvalidated a2a backend",
lambda: resolved_view(self).moe_a2a_backend
not in ("none", "deepep", "megamoe", "flashinfer"),
),
# Multimodal prefill replay faults under BCG; allowlisted archs opt back in.
(