Skip to content

Commit 44cc643

Browse files
committed
Fix mxfp4 moe
Signed-off-by: mgoin <mgoin64@gmail.com>
1 parent 262bcc9 commit 44cc643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ steps:
828828
- pytest -v -s tests/kernels/quantization/test_flashinfer_scaled_mm.py
829829
- pytest -v -s tests/kernels/quantization/test_flashinfer_nvfp4_scaled_mm.py
830830
- pytest -v -s tests/kernels/moe/test_nvfp4_moe.py
831-
- pytest -v -s tests/kernels/moe/test_mxfp4_moe.py
831+
- pytest -v -s tests/kernels/moe/test_ocp_mx_moe.py
832832
# Fusion
833833
- pytest -v -s tests/compile/test_fusion_all_reduce.py
834834
- pytest -v -s tests/compile/test_fusion_attn.py::test_attention_quant_pattern

0 commit comments

Comments
 (0)