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
6c498313
Unverified
Commit
6c498313
authored
Aug 28, 2024
by
Lianmin Zheng
Committed by
GitHub
Aug 28, 2024
Browse files
Add sglang.bench_latency to CI (#1243)
parent
f25f4dfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.github/workflows/e2e-test.yml
.github/workflows/e2e-test.yml
+5
-0
No files found.
.github/workflows/e2e-test.yml
View file @
6c498313
...
...
@@ -38,6 +38,11 @@ jobs:
cd test/srt
python3 -m unittest test_serving_throughput.TestServingThroughput.test_default
-
name
:
Benchmark Serving Latency
timeout-minutes
:
10
run
:
|
python3 -m sglang.bench_latency --model meta-llama/Meta-Llama-3.1-8B-Instruct --batch-size 1 --input 128 --output 8
-
name
:
Benchmark Serving Throughput (w/o RadixAttention)
timeout-minutes
:
10
run
:
|
...
...
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