[Minor] Temporarily skipping deepep large mtp test (#14586)

This commit is contained in:
Baizhou Zhang
2025-12-07 13:59:16 -08:00
committed by GitHub
parent 3b47973af8
commit 673c11ba73

View File

@@ -72,6 +72,7 @@ class TestDeepseek(CustomTestCase):
self.assertGreater(metrics["accuracy"], 0.92)
@unittest.skip("Skipping this test until it's fixed.")
class TestDeepseekMTP(CustomTestCase):
@classmethod
def setUpClass(cls):