diff --git a/tests/kernels/moe/test_batched_moe.py b/tests/kernels/moe/test_batched_moe.py index e607b2ccc93c..abbcc1904455 100644 --- a/tests/kernels/moe/test_batched_moe.py +++ b/tests/kernels/moe/test_batched_moe.py @@ -95,7 +95,7 @@ class BatchedMMTensors: @pytest.mark.parametrize("num_experts", [8, 32]) -@pytest.mark.parametrize("max_tokens_per_expert", [32, 512]) +@pytest.mark.parametrize("max_tokens_per_expert", [32, 224, 512]) @pytest.mark.parametrize("K", [128, 1024]) @pytest.mark.parametrize("N", [128, 1024]) @pytest.mark.parametrize("dtype", [torch.float8_e4m3fn, torch.bfloat16])