Apply latest DeepEP branch (#34923)

This commit is contained in:
Baizhou Zhang
2026-08-18 16:24:50 -07:00
committed by GitHub
parent 37c09ff3d8
commit cfc6dfb364
5 changed files with 38 additions and 1 deletions
@@ -93,6 +93,10 @@ class TestDeepseekR1Nvfp4CuteDSLDeepEP(CustomTestCase):
self.assertGreater(metrics["score"], 0.92)
@unittest.skipIf(
True,
"Skipping since the current DeepEP doesn't accept the --enable-single-batch-overlap flag. To be fixed after https://github.com/sgl-project/DeepEP/pull/10",
)
class TestDummyWithSBO(CustomTestCase):
@classmethod
def setUpClass(cls):