Skip to content

Commit a65b846

Browse files
authored
Revert "[MoE] MiniMax-M2/M2.1 calibration follow-up (#2335)" (#2485)
This reverts commit 2ab0244. SUMMARY: - Multiple issues which were masked as the tests were skipped due to requiring transformers v5
1 parent a3d2a3f commit a65b846

File tree

4 files changed

+0
-332
lines changed

4 files changed

+0
-332
lines changed

examples/quantizing_moe/minimax_m2_example.py

Lines changed: 0 additions & 104 deletions
This file was deleted.

src/llmcompressor/modeling/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from .glm4_moe import CalibrationGlm4MoeMoE # noqa: F401
1515
from .glm_moe_dsa import CalibrationGlmMoeDsaMoE # noqa: F401
1616
from .llama4 import SequentialLlama4TextMoe # noqa: F401
17-
from .minimax_m2 import CalibrationMiniMaxM2SparseMoeBlock # noqa: F401
1817
from .qwen3_moe import CalibrationQwen3MoeSparseMoeBlock # noqa: F401
1918
from .qwen3_5_moe import CalibrationQwen3_5MoeSparseMoeBlock
2019
from .qwen3_vl_moe import CalibrateQwen3VLMoeTextSparseMoeBlock # noqa: F401

src/llmcompressor/modeling/minimax_m2.py

Lines changed: 0 additions & 102 deletions
This file was deleted.

tests/llmcompressor/modeling/test_calib_minimax_m2.py

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)