Unverified Commit bb4a0dec authored by Hyogeun Oh (오효근)'s avatar Hyogeun Oh (오효근) Committed by GitHub
Browse files

[Misc] Correct broken docs link (#19553)


Signed-off-by: default avatarZerohertz <ohg3417@gmail.com>
parent c707cfc1
...@@ -95,10 +95,9 @@ class ServeSubcommand(CLISubcommand): ...@@ -95,10 +95,9 @@ class ServeSubcommand(CLISubcommand):
type=str, type=str,
default='', default='',
required=False, required=False,
help="Read CLI options from a config file." help="Read CLI options from a config file. "
"Must be a YAML with the following options:" "Must be a YAML with the following options: "
"https://docs.vllm.ai/en/latest/serving/openai_compatible_server.html#cli-reference" "https://docs.vllm.ai/en/latest/configuration/serve_args.html")
)
serve_parser = make_arg_parser(serve_parser) serve_parser = make_arg_parser(serve_parser)
show_filtered_argument_or_group_from_help(serve_parser, "serve") show_filtered_argument_or_group_from_help(serve_parser, "serve")
......
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