llmcompressor.modeling.deepseek_v3
Classes:
-
CalibrationDeepseekV3MoE–Calibration version of DeepseekV3MoE that sends all tokens to all experts.
CalibrationDeepseekV3MoE
CalibrationDeepseekV3MoE(
original: DeepseekV3MoE,
config: DeepseekV3Config,
calibrate_all_experts: bool = True,
)
Bases: MoECalibrationModule
Calibration version of DeepseekV3MoE that sends all tokens to all experts.