mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-25 18:28:49 +08:00
[Misc] Correct broken docs link (#19553)
Signed-off-by: Zerohertz <ohg3417@gmail.com>
This commit is contained in:
parent
c707cfc12e
commit
bb4a0decef
@ -95,10 +95,9 @@ class ServeSubcommand(CLISubcommand):
|
||||
type=str,
|
||||
default='',
|
||||
required=False,
|
||||
help="Read CLI options from a config file."
|
||||
"Must be a YAML with the following options:"
|
||||
"https://docs.vllm.ai/en/latest/serving/openai_compatible_server.html#cli-reference"
|
||||
)
|
||||
help="Read CLI options from a config file. "
|
||||
"Must be a YAML with the following options: "
|
||||
"https://docs.vllm.ai/en/latest/configuration/serve_args.html")
|
||||
|
||||
serve_parser = make_arg_parser(serve_parser)
|
||||
show_filtered_argument_or_group_from_help(serve_parser, "serve")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user