[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:
co-authored by
Claude Opus 5
parent
ec741e4161
commit
8cc941a672
@@ -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.
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user