File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -666,7 +666,7 @@ steps:
666
666
# Quantization
667
667
- pytest -v -s tests/kernels/quantization/test_cutlass_scaled_mm.py -k 'fp8'
668
668
- pytest -v -s tests/kernels/quantization/test_nvfp4_quant.py
669
- - pytest -v -s tests/kernels/quantization/test_silu_nvfp4_quant_fusion.py
669
+ # - pytest -v -s tests/kernels/quantization/test_silu_nvfp4_quant_fusion.py
670
670
- pytest -v -s tests/kernels/quantization/test_nvfp4_scaled_mm.py
671
671
- pytest -v -s tests/kernels/quantization/test_flashinfer_scaled_mm.py
672
672
- pytest -v -s tests/kernels/quantization/test_flashinfer_nvfp4_scaled_mm.py
@@ -676,7 +676,7 @@ steps:
676
676
- pytest -v -s tests/compile/test_fusion_all_reduce.py
677
677
- pytest -v -s tests/compile/test_fusion_attn.py::test_attention_quant_pattern
678
678
- pytest -v -s tests/kernels/moe/test_flashinfer.py
679
- - pytest -v -s tests/compile/test_silu_mul_quant_fusion.py
679
+ # - pytest -v -s tests/compile/test_silu_mul_quant_fusion.py
680
680
681
681
# #### 1 GPU test #####
682
682
# #### multi gpus test #####
You can’t perform that action at this time.
0 commit comments