Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
bb4a0dec
Unverified
Commit
bb4a0dec
authored
Jun 13, 2025
by
Hyogeun Oh (오효근)
Committed by
GitHub
Jun 12, 2025
Browse files
[Misc] Correct broken docs link (#19553)
Signed-off-by:
Zerohertz
<
ohg3417@gmail.com
>
parent
c707cfc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
vllm/entrypoints/cli/serve.py
vllm/entrypoints/cli/serve.py
+3
-4
No files found.
vllm/entrypoints/cli/serve.py
View file @
bb4a0dec
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment