llmcompressor.modeling.qwen3_moe
Classes:
-
CalibrationQwen3MoeSparseMoeBlock–Calibration version of Qwen3MoeSparseMoeBlock that sends all tokens to all experts.
CalibrationQwen3MoeSparseMoeBlock
CalibrationQwen3MoeSparseMoeBlock(
original: Qwen3MoeSparseMoeBlock,
config: Qwen3MoeConfig,
calibrate_all_experts: bool = True,
)
Bases: MoECalibrationModule
Calibration version of Qwen3MoeSparseMoeBlock that sends all tokens to all experts.