Signed-off-by: Dongfeng Yu <dongfengy@nvidia.com>
This commit is contained in:
dongfengy 2025-10-31 10:17:58 -07:00 committed by GitHub
parent 6424f7e55f
commit 0edba5a7e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1840,7 +1840,7 @@ def test_moe_fp8_per_tensor_scale(num_tokens, expert_info, hidden_size,
reason="The kernel only supports Blackwell. Current SM is %d." %
getSMVersion(),
)
@pytest.mark.parametrize("num_tokens", [1, 1024])
@pytest.mark.parametrize("num_tokens", [1, 256, 1024])
@pytest.mark.parametrize("hidden_size", [512])
@pytest.mark.parametrize("intermediate_size", [512])
@pytest.mark.parametrize(