Skip to content

Commit 0e88417

Browse files
committed
swap order
Signed-off-by: jiahanc <[email protected]>
1 parent e55b52b commit 0e88417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/moe/test_trtllm_gen_fused_moe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2091,10 +2091,10 @@ def run_moe_test(
20912091
@pytest.mark.parametrize(
20922092
"moe_impl",
20932093
[
2094+
pytest.param(FP8BlockScaleMoe(), id="FP8_Block"),
20942095
pytest.param(FP4Moe(quant_mode=QuantMode.FP4_NVFP4_NVFP4), id="NvFP4xNvFP4"),
20952096
pytest.param(FP4Moe(quant_mode=QuantMode.FP4_MXFP4_MXFP8), id="MxFP4xMxFP8"),
20962097
pytest.param(FP4Moe(quant_mode=QuantMode.FP4_MXFP4_Bf16), id="MxFP4xBf16"),
2097-
pytest.param(FP8BlockScaleMoe(), id="FP8_Block"),
20982098
],
20992099
)
21002100
@pytest.mark.parametrize(
@@ -2182,10 +2182,10 @@ def test_renormalize_routing(
21822182
@pytest.mark.parametrize(
21832183
"moe_impl",
21842184
[
2185+
pytest.param(FP8BlockScaleMoe(), id="FP8_Block"),
21852186
pytest.param(FP4Moe(quant_mode=QuantMode.FP4_NVFP4_NVFP4), id="NvFP4xNvFP4"),
21862187
pytest.param(FP4Moe(quant_mode=QuantMode.FP4_MXFP4_MXFP8), id="MxFP4xMxFP8"),
21872188
pytest.param(FP4Moe(quant_mode=QuantMode.FP4_MXFP4_Bf16), id="MxFP4xBf16"),
2188-
pytest.param(FP8BlockScaleMoe(), id="FP8_Block"),
21892189
],
21902190
)
21912191
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)