We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061f648 commit e9df6f8Copy full SHA for e9df6f8
1 file changed
tests/moe/utils.py
@@ -170,6 +170,7 @@ def skip_checks(
170
)
171
172
if logits_dtype == torch.float32 and moe_impl.quant_mode not in [
173
+ QuantMode.FP4_NVFP4_NVFP4,
174
QuantMode.FP8_PER_TENSOR,
175
QuantMode.FP8_BLOCK_SCALE_DEEPSEEK,
176
QuantMode.FP8_BLOCK_SCALE_MXFP8,
0 commit comments