[CI] Move test_load_lora_from_tensor test to H100 (#18797)

This commit is contained in:
Baizhou Zhang
2026-02-13 21:28:00 +08:00
committed by GitHub
parent 07633349c9
commit 9a32f8ccb9

View File

@@ -10,7 +10,7 @@ import sglang as sgl
from sglang.test.ci.ci_register import register_amd_ci, register_cuda_ci
from sglang.test.test_utils import CustomTestCase
register_cuda_ci(est_time=90, suite="stage-b-test-small-1-gpu")
register_cuda_ci(est_time=90, suite="stage-b-test-large-1-gpu")
register_amd_ci(est_time=90, suite="stage-b-test-small-1-gpu-amd")
MODEL_PATH = "Qwen/Qwen3-0.6B"