PCG Unit Test Adjustment (#16609)

Signed-off-by: Oasis-Git <ayw.sirius19@gmail.com>
This commit is contained in:
Yuwei An
2026-01-06 18:57:15 -08:00
committed by GitHub
parent 90eac38a12
commit 2a8d5493f3

View File

@@ -15,8 +15,8 @@ from sglang.test.test_utils import (
register_cuda_ci(est_time=160, suite="stage-b-test-large-2-gpu")
class TestPiecewiseCudaGraphFusedMoE(CustomTestCase):
"""Test piecewise CUDA graph with FusedMoE Backend"""
class TestPiecewiseCudaGraphTP(CustomTestCase):
"""Test piecewise CUDA graph with normal TP"""
@classmethod
def setUpClass(cls):
@@ -32,8 +32,6 @@ class TestPiecewiseCudaGraphFusedMoE(CustomTestCase):
"eager",
"--tp",
"2",
"--ep-size",
"2",
],
)