Update deepep for SBO feature (#35450)
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user