Unskip Marlin NVFP4 tests (#27589)

Co-authored-by: Brayden Zhong <brayden@radixark.ai>
Co-authored-by: shaunkotek <shaunkotek@users.noreply.github.com>
This commit is contained in:
Brayden Zhong
2026-06-16 11:58:22 -07:00
committed by GitHub
co-authored by Brayden Zhong shaunkotek
parent 33f205d8c5
commit 13537f8e20
3 changed files with 0 additions and 6 deletions
@@ -44,7 +44,6 @@ class TestNvidiaNemotron3Nano30BBF16FlashInfer(LMEvalMixin, DefaultServerBase):
] + NEMOTRON_3_NANO_THINKING_ARGS
@unittest.skip("Skip, test pass locally but compiling takes too long in CI")
@unittest.skipIf(
not (is_sm80_supported() or is_sm90_supported()),
"NVFP4 Marlin fallback test requires CUDA SM8X/SM9X",