[CI/CD] re-enable lora test (#16187)
This commit is contained in:
@@ -38,10 +38,8 @@ from sglang.test.ci.ci_register import register_cuda_ci
|
|||||||
from sglang.test.runners import HFRunner, SRTRunner
|
from sglang.test.runners import HFRunner, SRTRunner
|
||||||
|
|
||||||
register_cuda_ci(
|
register_cuda_ci(
|
||||||
est_time=300,
|
est_time=150,
|
||||||
suite="nightly-1-gpu",
|
suite="stage-b-test-small-1-gpu",
|
||||||
nightly=True,
|
|
||||||
disabled="Temporarily disabled, will be fixed later",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
from sglang.test.test_utils import DEFAULT_PORT_FOR_SRT_TEST_RUNNER, CustomTestCase
|
from sglang.test.test_utils import DEFAULT_PORT_FOR_SRT_TEST_RUNNER, CustomTestCase
|
||||||
@@ -56,7 +54,7 @@ LOGPROB_THRESHOLD = 1e-01
|
|||||||
DEFAULT_TEST_PROMPTS = [
|
DEFAULT_TEST_PROMPTS = [
|
||||||
"SGL is a",
|
"SGL is a",
|
||||||
"AI is a field of computer science focused on",
|
"AI is a field of computer science focused on",
|
||||||
"Computer science is the study of",
|
"Write a long story.",
|
||||||
"Write a short story.",
|
"Write a short story.",
|
||||||
"What are the main components of a computer?",
|
"What are the main components of a computer?",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user