Unverified Commit 04ea31ba authored by bnellnm's avatar bnellnm Committed by GitHub
Browse files

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


Signed-off-by: default avatarBill Nell <bnell@redhat.com>
parent 6f019e6e
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment