mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-29 04:27:27 +08:00
[Frontend] fix duplicate output for bench subcmd (#20446)
Signed-off-by: reidliu41 <reid201711@gmail.com>
This commit is contained in:
parent
d1b689c445
commit
619b9f5c7e
@ -44,6 +44,7 @@ class BenchmarkSubcommand(CLISubcommand):
|
||||
cmd_cls.name,
|
||||
help=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_cls.add_cli_args(cmd_subparser)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user