vllm.entrypoints.cli.benchmark.base
BenchmarkSubcommandBase
¶
Bases: CLISubcommand
The base class of subcommands for vllm bench.
Source code in vllm/entrypoints/cli/benchmark/base.py
add_cli_args
classmethod
¶
add_cli_args(parser: ArgumentParser) -> None