Skip to content

Commit f5575a9

Browse files
authored
[https://nvbugs/5474119][fix] Cherry-pick #8809 (#8847)
Signed-off-by: Dongfeng Yu <dongfengy@nvidia.com>
1 parent 5ff1adb commit f5575a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest/_torch/thop/serial/test_moe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@ def test_moe_fp8_per_tensor_scale(num_tokens, expert_info, hidden_size,
17791779
reason="The kernel only supports Blackwell. Current SM is %d." %
17801780
getSMVersion(),
17811781
)
1782-
@pytest.mark.parametrize("num_tokens", [1, 1024])
1782+
@pytest.mark.parametrize("num_tokens", [1, 256, 1024])
17831783
@pytest.mark.parametrize("hidden_size", [512])
17841784
@pytest.mark.parametrize("intermediate_size", [512])
17851785
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)