Unverified Commit cebd78d8 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

ci: add accuracy timeout (#1078)

parent 0076f115
...@@ -43,3 +43,4 @@ jobs: ...@@ -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): ...@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment