[Xeon] CPU CI enhancement for Intel Xeon platforms (#24649)

This commit is contained in:
MingxuZh
2026-05-28 10:49:04 +08:00
committed by GitHub
parent 81663cb5f1
commit 21ba329dac
88 changed files with 192 additions and 31 deletions
@@ -32,6 +32,7 @@ from sglang.srt.function_call.qwen3_coder_detector import Qwen3CoderDetector
from sglang.test.ci.ci_register import register_cpu_ci
register_cpu_ci(est_time=15, suite="base-a-test-cpu")
register_cpu_ci(est_time=61, suite="base-b-test-cpu")
class TestPythonicDetector(unittest.TestCase):