llmcompressor.modeling.qwen3_vl_moe
Classes:
-
CalibrateQwen3VLMoeTextSparseMoeBlock–Calibration version of Qwen3VLMoeTextSparseMoeBlock that sends all tokens to all
CalibrateQwen3VLMoeTextSparseMoeBlock
CalibrateQwen3VLMoeTextSparseMoeBlock(
original: Qwen3VLMoeTextSparseMoeBlock,
config: Qwen3VLMoeConfig,
calibrate_all_experts: bool,
)
Bases: MoECalibrationModule
Calibration version of Qwen3VLMoeTextSparseMoeBlock that sends all tokens to all experts.