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
9fdea29d
Unverified
Commit
9fdea29d
authored
Jul 23, 2024
by
zhyncs
Committed by
GitHub
Jul 23, 2024
Browse files
misc: fix typo (#698)
parent
df7c4c19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/bench_serving.py
python/sglang/bench_serving.py
+1
-1
No files found.
python/sglang/bench_serving.py
View file @
9fdea29d
...
@@ -640,7 +640,7 @@ async def benchmark(
...
@@ -640,7 +640,7 @@ async def benchmark(
"total_output"
:
metrics
.
total_output
,
"total_output"
:
metrics
.
total_output
,
"total_output_retokenized"
:
metrics
.
total_output_retokenized
,
"total_output_retokenized"
:
metrics
.
total_output_retokenized
,
"median_ttft"
:
metrics
.
median_ttft_ms
,
"median_ttft"
:
metrics
.
median_ttft_ms
,
"median_itl"
:
metrics
.
mean_itl_ms
,
"median_itl"
:
metrics
.
me
di
an_itl_ms
,
"output_token_throughput"
:
metrics
.
output_throughput
,
"output_token_throughput"
:
metrics
.
output_throughput
,
"sharegpt_output_len"
:
args
.
sharegpt_output_len
,
"sharegpt_output_len"
:
args
.
sharegpt_output_len
,
"random_input_len"
:
args
.
random_input_len
,
"random_input_len"
:
args
.
random_input_len
,
...
...
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