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
619b9f5c
Unverified
Commit
619b9f5c
authored
Jul 03, 2025
by
Reid
Committed by
GitHub
Jul 03, 2025
Browse files
[Frontend] fix duplicate output for bench subcmd (#20446)
Signed-off-by:
reidliu41
<
reid201711@gmail.com
>
parent
d1b689c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/entrypoints/cli/benchmark/main.py
vllm/entrypoints/cli/benchmark/main.py
+1
-0
No files found.
vllm/entrypoints/cli/benchmark/main.py
View file @
619b9f5c
...
@@ -44,6 +44,7 @@ class BenchmarkSubcommand(CLISubcommand):
...
@@ -44,6 +44,7 @@ class BenchmarkSubcommand(CLISubcommand):
cmd_cls
.
name
,
cmd_cls
.
name
,
help
=
cmd_cls
.
help
,
help
=
cmd_cls
.
help
,
description
=
cmd_cls
.
help
,
description
=
cmd_cls
.
help
,
usage
=
f
"vllm bench
{
cmd_cls
.
name
}
[options]"
,
)
)
cmd_subparser
.
set_defaults
(
dispatch_function
=
cmd_cls
.
cmd
)
cmd_subparser
.
set_defaults
(
dispatch_function
=
cmd_cls
.
cmd
)
cmd_cls
.
add_cli_args
(
cmd_subparser
)
cmd_cls
.
add_cli_args
(
cmd_subparser
)
...
...
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