[Perf] refactor piecewise cuda graph support of Qwen3-Next (#17613)
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
"""
|
||||
Qwen3 Next piecewise CUDA graph tests.
|
||||
|
||||
DISABLED: See https://github.com/sgl-project/sglang/issues/17039
|
||||
PCG tests for Qwen3 Next have intermittent failures (5-10% probability).
|
||||
Investigation ongoing by @YuweiAn.
|
||||
"""
|
||||
|
||||
import unittest
|
||||
@@ -22,7 +18,6 @@ from sglang.test.test_utils import (
|
||||
register_cuda_ci(
|
||||
est_time=400,
|
||||
suite="stage-c-test-4-gpu-h100",
|
||||
disabled="Intermittent failures, see #17039",
|
||||
)
|
||||
|
||||
QWEN3_NEXT_MODEL = "Qwen/Qwen3-Next-80B-A3B-Instruct"
|
||||
@@ -32,7 +27,6 @@ ACC_THRESHOLDS = {
|
||||
}
|
||||
|
||||
|
||||
@unittest.skip("Disabled: intermittent failures, see #17039")
|
||||
class TestQwen3NextPiecewiseCudaGraph(CustomTestCase):
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user