Skip to content

Commit 7765957

Browse files
dongfengyfredricz-20070104
authored andcommitted
[https://nvbugs/5474119][fix] Re-enable test (NVIDIA#8809)
Signed-off-by: Dongfeng Yu <dongfengy@nvidia.com> Signed-off-by: FredricZ-2007 <226039983+fredricz-20070104@users.noreply.github.com>
1 parent 586407d commit 7765957

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)