[Bugfix] Remove assert that's no longer valid (#34443)

Signed-off-by: Bill Nell <bnell@redhat.com>
This commit is contained in:
bnellnm
2026-02-12 21:18:15 -05:00
committed by GitHub
parent 6f019e6e0a
commit 04ea31baab

View File

@@ -37,7 +37,6 @@ class FusedMoEModularMethod(FusedMoEMethodBase, CustomOp):
not self.moe_mk.supports_expert_map(),
)
self.old_quant_method = old_quant_method
assert not self.old_quant_method.is_monolithic
logger.debug("Swapping out %s", self.old_quant_method.__class__.__name__)
@staticmethod