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
853611bb
Unverified
Commit
853611bb
authored
Dec 11, 2025
by
Kenichi Maehashi
Committed by
GitHub
Dec 11, 2025
Browse files
Fix typo of endpoint name in CLI args docs (#30473)
Signed-off-by:
Kenichi Maehashi
<
maehashi@preferred.jp
>
parent
d917747c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/entrypoints/openai/cli_args.py
vllm/entrypoints/openai/cli_args.py
+1
-1
No files found.
vllm/entrypoints/openai/cli_args.py
View file @
853611bb
...
@@ -176,7 +176,7 @@ class FrontendArgs:
...
@@ -176,7 +176,7 @@ class FrontendArgs:
enable_force_include_usage
:
bool
=
False
enable_force_include_usage
:
bool
=
False
"""If set to True, including usage on every request."""
"""If set to True, including usage on every request."""
enable_tokenizer_info_endpoint
:
bool
=
False
enable_tokenizer_info_endpoint
:
bool
=
False
"""Enable the /
get_
tokenizer_info endpoint. May expose chat
"""Enable the
`
/tokenizer_info
`
endpoint. May expose chat
templates and other tokenizer configuration."""
templates and other tokenizer configuration."""
enable_log_outputs
:
bool
=
False
enable_log_outputs
:
bool
=
False
"""If True, log model outputs (generations).
"""If True, log model outputs (generations).
...
...
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