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

Signed-off-by: Kenichi Maehashi <maehashi@preferred.jp>
This commit is contained in:
Kenichi Maehashi 2025-12-11 20:07:56 +09:00 committed by GitHub
parent d917747c95
commit 853611bb18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).