Update tests/kernels/moe/test_batched_moe.py

Co-authored-by: Wentao Ye <44945378+yewentao256@users.noreply.github.com>
Signed-off-by: Fardin Hoque <kfhfar@amazon.com>
This commit is contained in:
Fardin Hoque 2025-10-17 10:11:38 -07:00 committed by GitHub
parent ee094aa0aa
commit 36ac28a038
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,6 @@ MNK_FACTORS = [
(45, 1024, 128),
(64, 512, 512),
(64, 1024, 2048),
(222, 128, 128),
(222, 128, 2048),
(222, 1024, 2048),
]