ci: add accuracy timeout (#1078)
This commit is contained in:
1
.github/workflows/accuracy-test.yml
vendored
1
.github/workflows/accuracy-test.yml
vendored
@@ -43,3 +43,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd test/srt
|
cd test/srt
|
||||||
python3 test_eval_accuracy_large.py
|
python3 test_eval_accuracy_large.py
|
||||||
|
timeout-minutes: 20
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ class TestServingThroughput(unittest.TestCase):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Run benchmark
|
# Run benchmark
|
||||||
num_prompts = 400
|
num_prompts = 200
|
||||||
args = SimpleNamespace(
|
args = SimpleNamespace(
|
||||||
backend="sglang",
|
backend="sglang",
|
||||||
base_url=base_url,
|
base_url=base_url,
|
||||||
|
|||||||
Reference in New Issue
Block a user