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
+1 -1
View File
@@ -68,7 +68,7 @@ dependencies = [
"scipy", "scipy",
"sentencepiece", "sentencepiece",
"setproctitle", "setproctitle",
"sgl-deep-ep==0.1.1", "sgl-deep-ep==0.1.2",
"sgl-deep-gemm==0.1.5.post3", "sgl-deep-gemm==0.1.5.post3",
"sglang-kernel==0.4.6.post1", "sglang-kernel==0.4.6.post1",
"smg-grpc-servicer>=0.5.0", "smg-grpc-servicer>=0.5.0",
@@ -93,10 +93,6 @@ class TestDeepseekR1Nvfp4CuteDSLDeepEP(CustomTestCase):
self.assertGreater(metrics["score"], 0.92) 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): class TestDummyWithSBO(CustomTestCase):
@classmethod @classmethod
def setUpClass(cls): def setUpClass(cls):