[Bugfix] Reduce moe_sum test size to avoid OOM (#18484)

Signed-off-by: Bill Nell <bnell@redhat.com>
This commit is contained in:
bnellnm
2025-05-21 09:46:39 -04:00
committed by GitHub
parent c154d89306
commit c6c10ca920

View File

@ -577,7 +577,7 @@ def test_moe_align_block_size_opcheck():
num_tokens_post_pad))
@pytest.mark.parametrize("m", [1, 33, 222, 1024 * 128])
@pytest.mark.parametrize("m", [1, 33, 64, 222])
@pytest.mark.parametrize("topk", TOP_KS)
@pytest.mark.parametrize("k", [128, 511, 1024])
@pytest.mark.parametrize("dtype",