[AMD] Fix CI - unit-test-backend-1-gpu-amd-mi35x and unit-test-backend-2-gpu-amd, stage-b-test-small-1-gpu-amd (#16675)
Co-authored-by: Bingxu Chen <bingxche@amd.com>
This commit is contained in:
@@ -18,7 +18,7 @@ from sglang.test.test_utils import (
|
||||
)
|
||||
|
||||
register_cuda_ci(est_time=230, suite="stage-b-test-small-1-gpu")
|
||||
register_amd_ci(est_time=345, suite="stage-b-test-small-1-gpu")
|
||||
register_amd_ci(est_time=345, suite="stage-b-test-small-1-gpu-amd")
|
||||
|
||||
|
||||
class TestMultiTokenizer(CustomTestCase):
|
||||
|
||||
@@ -24,7 +24,7 @@ from sglang.test.test_utils import (
|
||||
)
|
||||
|
||||
register_cuda_ci(est_time=77, suite="stage-b-test-small-1-gpu")
|
||||
register_amd_ci(est_time=117, suite="stage-b-test-small-1-gpu")
|
||||
register_amd_ci(est_time=117, suite="stage-b-test-small-1-gpu-amd")
|
||||
|
||||
|
||||
class TestSkipTokenizerInit(CustomTestCase):
|
||||
|
||||
Reference in New Issue
Block a user