Skip to content

Commit e9df6f8

Browse files
committed
MoE test - Add FP4_NVFP4_NVFP4 to allowed quant_mode with logits_dtype of fp32
Signed-off-by: amitz-nv <203509407+amitz-nv@users.noreply.github.com>
1 parent 061f648 commit e9df6f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/moe/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ def skip_checks(
170170
)
171171

172172
if logits_dtype == torch.float32 and moe_impl.quant_mode not in [
173+
QuantMode.FP4_NVFP4_NVFP4,
173174
QuantMode.FP8_PER_TENSOR,
174175
QuantMode.FP8_BLOCK_SCALE_DEEPSEEK,
175176
QuantMode.FP8_BLOCK_SCALE_MXFP8,

0 commit comments

Comments
 (0)