Update deepep for SBO feature (#35450)

This commit is contained in:
Baizhou Zhang
2026-08-19 23:37:13 -07:00
committed by GitHub
parent 0bda0b168a
commit d287880a7a
2 changed files with 1 additions and 5 deletions
@@ -93,10 +93,6 @@ 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):