Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions test/registered/8-gpu-models/test_ring_2_5_1t.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from sglang.test.run_combined_tests import run_combined_tests
from sglang.test.test_utils import ModelLaunchSettings

# register_cuda_ci(est_time=1000, suite="nightly-8-gpu-common", nightly=True)
register_cuda_ci(est_time=1000, suite="stage-c-test-8-gpu-h200")
register_cuda_ci(est_time=1800, suite="nightly-8-gpu-common", nightly=True)

RING_2_5_1T_MODEL_PATH = "inclusionAI/Ring-2.5-1T"

Expand All @@ -25,6 +24,8 @@ def test_ring_2_5_1t(self):
'{"enable_multithread_load": true, "num_threads": 64}',
"--watchdog-timeout",
"1800",
"--soft-watchdog-timeout",
"1800",
]

variants = [
Expand Down
Loading