Add 5090 dry run stage to PR test workflow (#17022)
This commit is contained in:
@@ -18,6 +18,7 @@ from sglang.test.test_utils import (
|
||||
)
|
||||
|
||||
register_cuda_ci(est_time=77, suite="stage-b-test-small-1-gpu")
|
||||
register_cuda_ci(est_time=76, suite="stage-b-test-small-1-gpu-5090")
|
||||
|
||||
|
||||
class TestAutoRound(CustomTestCase):
|
||||
|
||||
@@ -11,6 +11,7 @@ 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=44, suite="stage-b-test-small-1-gpu")
|
||||
register_cuda_ci(est_time=25, suite="stage-b-test-small-1-gpu-5090")
|
||||
register_amd_ci(est_time=22, suite="stage-b-test-small-1-gpu-amd")
|
||||
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ from sglang.test.ci.ci_register import register_cuda_ci
|
||||
from sglang.test.test_utils import CustomTestCase
|
||||
|
||||
register_cuda_ci(est_time=8, suite="stage-b-test-small-1-gpu")
|
||||
register_cuda_ci(est_time=10, suite="stage-b-test-small-1-gpu-5090")
|
||||
|
||||
|
||||
def native_w8a8_per_token_matmul(A, B, As, Bs, output_dtype=torch.float16):
|
||||
|
||||
@@ -7,6 +7,7 @@ from sglang import Engine
|
||||
from sglang.test.ci.ci_register import register_cuda_ci
|
||||
|
||||
register_cuda_ci(est_time=103, suite="stage-b-test-small-1-gpu")
|
||||
register_cuda_ci(est_time=88, suite="stage-b-test-small-1-gpu-5090")
|
||||
from sglang.lang.chat_template import get_chat_template_by_model_path
|
||||
from sglang.srt.utils import kill_process_tree
|
||||
from sglang.test.run_eval import run_eval
|
||||
|
||||
@@ -9,6 +9,7 @@ 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=8, suite="stage-b-test-small-1-gpu")
|
||||
register_cuda_ci(est_time=9, suite="stage-b-test-small-1-gpu-5090")
|
||||
register_amd_ci(est_time=12, suite="stage-b-test-small-1-gpu-amd")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user