Fix CompressedTensorsMxInt4MoE abstract method and relax GPQA baseline (#19726)

Co-authored-by: Alison Shao <alisonshao@Mac.attlocal.net>
This commit is contained in:
Alison Shao
2026-03-02 19:03:21 -08:00
committed by GitHub
parent 8dfb6e1684
commit fe9d85d93c
2 changed files with 2 additions and 2 deletions

View File

@@ -287,7 +287,7 @@ class CompressedTensorsMxInt4MoE(CompressedTensorsMoEScheme):
):
self.moe_runner_config = moe_runner_config
def apply(
def apply_weights(
self,
layer: torch.nn.Module,
dispatch_output: StandardDispatchOutput,