mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[https://nvbugs/5474119][fix] Re-enable test (#8809)
Signed-off-by: Dongfeng Yu <dongfengy@nvidia.com>
This commit is contained in:
parent
6424f7e55f
commit
0edba5a7e2
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user