Skip to content

Commit 0edba5a

Browse files
authored
[https://nvbugs/5474119][fix] Re-enable test (#8809)
Signed-off-by: Dongfeng Yu <[email protected]>
1 parent 6424f7e commit 0edba5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1840,7 +1840,7 @@ def test_moe_fp8_per_tensor_scale(num_tokens, expert_info, hidden_size,
18401840
reason="The kernel only supports Blackwell. Current SM is %d." %
18411841
getSMVersion(),
18421842
)
1843-
@pytest.mark.parametrize("num_tokens", [1, 1024])
1843+
@pytest.mark.parametrize("num_tokens", [1, 256, 1024])
18441844
@pytest.mark.parametrize("hidden_size", [512])
18451845
@pytest.mark.parametrize("intermediate_size", [512])
18461846
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)