Unverified Commit 619b9f5c authored by Reid's avatar Reid Committed by GitHub
Browse files

[Frontend] fix duplicate output for bench subcmd (#20446)


Signed-off-by: default avatarreidliu41 <reid201711@gmail.com>
parent d1b689c4
...@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment