Add nightly test support to unified run_suite.py (#13941)

This commit is contained in:
alisonshao
2025-11-26 15:16:12 -08:00
committed by GitHub
parent 15ff6982b9
commit a8ef4d1804
20 changed files with 190 additions and 22 deletions
+3
View File
@@ -9,6 +9,7 @@ import unittest
from types import SimpleNamespace
from sglang.srt.utils import kill_process_tree
from sglang.test.ci.ci_register import register_cuda_ci
from sglang.test.test_utils import (
DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH,
DEFAULT_URL_FOR_TEST,
@@ -17,6 +18,8 @@ from sglang.test.test_utils import (
popen_launch_server,
)
register_cuda_ci(est_time=500, suite="nightly-4-gpu", nightly=True)
MODELS = [
SimpleNamespace(model="Qwen/Qwen2.5-VL-72B-Instruct", mmmu_accuracy=0.55),
SimpleNamespace(model="OpenGVLab/InternVL2_5-8B", mmmu_accuracy=0.52),