We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b689c commit 619b9f5Copy full SHA for 619b9f5
vllm/entrypoints/cli/benchmark/main.py
@@ -44,6 +44,7 @@ def subparser_init(
44
cmd_cls.name,
45
help=cmd_cls.help,
46
description=cmd_cls.help,
47
+ usage=f"vllm bench {cmd_cls.name} [options]",
48
)
49
cmd_subparser.set_defaults(dispatch_function=cmd_cls.cmd)
50
cmd_cls.add_cli_args(cmd_subparser)
0 commit comments