Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
cebd78d8
Unverified
Commit
cebd78d8
authored
Aug 13, 2024
by
Yineng Zhang
Committed by
GitHub
Aug 13, 2024
Browse files
ci: add accuracy timeout (#1078)
parent
0076f115
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.github/workflows/accuracy-test.yml
.github/workflows/accuracy-test.yml
+1
-0
test/srt/test_moe_serving_throughput.py
test/srt/test_moe_serving_throughput.py
+1
-1
No files found.
.github/workflows/accuracy-test.yml
View file @
cebd78d8
...
@@ -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
test/srt/test_moe_serving_throughput.py
View file @
cebd78d8
...
@@ -31,7 +31,7 @@ class TestServingThroughput(unittest.TestCase):
...
@@ -31,7 +31,7 @@ class TestServingThroughput(unittest.TestCase):
)
)
# Run benchmark
# Run benchmark
num_prompts
=
4
00
num_prompts
=
2
00
args
=
SimpleNamespace
(
args
=
SimpleNamespace
(
backend
=
"sglang"
,
backend
=
"sglang"
,
base_url
=
base_url
,
base_url
=
base_url
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment