mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-30 12:51:49 +08:00
[Docs] Fix docstring in get_ip function (#11932)
Signed-off-by: Kuntai Du <kuntai@uchicago.edu>
This commit is contained in:
parent
482cdc494e
commit
f33e033e27
@ -446,7 +446,7 @@ def get_ip() -> str:
|
||||
logger.warning(
|
||||
"The environment variable HOST_IP is deprecated and ignored, as"
|
||||
" it is often used by Docker and other software to"
|
||||
"interact with the container's network stack. Please"
|
||||
"interact with the container's network stack. Please "
|
||||
"use VLLM_HOST_IP instead to set the IP address for vLLM processes"
|
||||
" to communicate with each other.")
|
||||
if host_ip:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user