[AMD] Register 5 server-style 1-GPU tests for AMD PR CI (#24572)

This commit is contained in:
Michael
2026-05-12 22:45:52 -07:00
committed by GitHub
parent c665edec6e
commit 245f7d8026
5 changed files with 10 additions and 5 deletions
@@ -21,7 +21,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
from sglang.srt.environ import envs
from sglang.srt.utils import kill_process_tree
from sglang.test.ci.ci_register import register_cuda_ci
from sglang.test.ci.ci_register import register_amd_ci, register_cuda_ci
from sglang.test.test_utils import (
DEFAULT_SMALL_MODEL_NAME_FOR_TEST,
DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH,
@@ -31,6 +31,7 @@ from sglang.test.test_utils import (
)
register_cuda_ci(est_time=43, suite="stage-b-test-1-gpu-small")
register_amd_ci(est_time=43, suite="stage-b-test-1-gpu-small-amd")
CHUNKED_PREFILL_SIZE = 256