Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
b1c1fe35
Unverified
Commit
b1c1fe35
authored
Jul 01, 2025
by
Kebe
Committed by
GitHub
Jul 01, 2025
Browse files
[Misc] remove redundant char (#20287)
Signed-off-by:
Kebe
<
mail@kebe7jun.com
>
parent
08d81f10
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
benchmarks/benchmark_serving.py
benchmarks/benchmark_serving.py
+1
-1
vllm/benchmarks/serve.py
vllm/benchmarks/serve.py
+1
-1
No files found.
benchmarks/benchmark_serving.py
View file @
b1c1fe35
...
...
@@ -551,7 +551,7 @@ async def benchmark(
"total_input_tokens"
:
metrics
.
total_input
,
"total_output_tokens"
:
metrics
.
total_output
,
"request_throughput"
:
metrics
.
request_throughput
,
"request_goodput
:
"
:
metrics
.
request_goodput
if
goodput_config_dict
else
None
,
"request_goodput"
:
metrics
.
request_goodput
if
goodput_config_dict
else
None
,
"output_throughput"
:
metrics
.
output_throughput
,
"total_token_throughput"
:
metrics
.
total_token_throughput
,
"input_lens"
:
[
output
.
prompt_len
for
output
in
outputs
],
...
...
vllm/benchmarks/serve.py
View file @
b1c1fe35
...
...
@@ -498,7 +498,7 @@ async def benchmark(
"total_input_tokens"
:
metrics
.
total_input
,
"total_output_tokens"
:
metrics
.
total_output
,
"request_throughput"
:
metrics
.
request_throughput
,
"request_goodput
:
"
:
"request_goodput"
:
metrics
.
request_goodput
if
goodput_config_dict
else
None
,
"output_throughput"
:
metrics
.
output_throughput
,
"total_token_throughput"
:
metrics
.
total_token_throughput
,
...
...
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