[Bugfix] compressed-tensors: allow int8 grouped WNA16 MoE on Marlin (#47154)

Signed-off-by: Joe Rowell <joerowell4@gmail.com>
Co-authored-by: Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com>
This commit is contained in:
Joe Rowell
2026-06-30 12:50:46 -07:00
committed by GitHub
co-authored by Robert Shaw
parent 345b28ff2f
commit c8d2f3cb14
@@ -80,7 +80,6 @@ class CompressedTensorsWNA16MarlinMoEMethod(CompressedTensorsMoEMethod):
else:
scale = kInt4StaticGroupScale
elif self.num_bits == 8:
assert self.group_size == -1
scale = kInt8StaticGroupScale
else:
raise ValueError(