File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2211,11 +2211,11 @@ def pytest_generate_tests(metafunc: pytest.Metafunc):
22112211
22122212# Test cases that use enable_configurable_moe parameter and need ID conversion
22132213TESTS_WITH_CONFIGURABLE_MOE = [
2214- "TestDeepSeekV3Lite::test_nvfp4_4gpus" ,
2215- "TestDeepSeekV3Lite::test_fp8_block_scales" ,
2216- "TestGPTOSS::test_w4_4gpus" ,
2217- "TestGPTOSS::test_w4_4gpus_online_eplb" ,
2218- "TestQwen3_30B_A3B::test_w4a8_mxfp4" ,
2214+ "TestDeepSeekV3Lite::test_nvfp4_4gpus[ " ,
2215+ "TestDeepSeekV3Lite::test_fp8_block_scales[ " ,
2216+ "TestGPTOSS::test_w4_4gpus[ " ,
2217+ "TestGPTOSS::test_w4_4gpus_online_eplb[ " ,
2218+ "TestQwen3_30B_A3B::test_w4a8_mxfp4[ " ,
22192219]
22202220
22212221
Original file line number Diff line number Diff line change 3131
3232# Test functions that use enable_configurable_moe parameter and need ID conversion
3333TESTS_WITH_CONFIGURABLE_MOE = [
34- "test_fused_moe_nvfp4" ,
35- "test_fused_moe_mxfp4_mxfp8" ,
36- "test_fused_moe_w4a8_nvfp4_fp8" ,
37- "test_fused_moe_wfp4a16" ,
38- "test_fused_moe_fp8_blockwise_deepgemm" ,
34+ "test_fused_moe_nvfp4[ " ,
35+ "test_fused_moe_mxfp4_mxfp8[ " ,
36+ "test_fused_moe_w4a8_nvfp4_fp8[ " ,
37+ "test_fused_moe_wfp4a16[ " ,
38+ "test_fused_moe_fp8_blockwise_deepgemm[ " ,
3939]
4040
4141
You can’t perform that action at this time.
0 commit comments