"vllm/vscode:/vscode.git/clone" did not exist on "0d02747f2ed5f65bd7100b6dcf1805cefb458f5d"
Unverified Commit 853611bb authored by Kenichi Maehashi's avatar Kenichi Maehashi Committed by GitHub
Browse files

Fix typo of endpoint name in CLI args docs (#30473)


Signed-off-by: default avatarKenichi Maehashi <maehashi@preferred.jp>
parent d917747c
......@@ -176,7 +176,7 @@ class FrontendArgs:
enable_force_include_usage: bool = False
"""If set to True, including usage on every request."""
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."""
enable_log_outputs: bool = False
"""If True, log model outputs (generations).
......
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