mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-08-12 12:26:48 +08:00
Fix typo of endpoint name in CLI args docs (#30473)
Signed-off-by: Kenichi Maehashi <maehashi@preferred.jp>
This commit is contained in:
parent
d917747c95
commit
853611bb18
@ -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).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user