Skip to content

Commit 9796d25

Browse files
KuntaiDuIsotr0py
authored andcommitted
[Docs] Fix docstring in get_ip function (vllm-project#11932)
Signed-off-by: Kuntai Du <[email protected]> Signed-off-by: Isotr0py <[email protected]>
1 parent 29831a2 commit 9796d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def get_ip() -> str:
446446
logger.warning(
447447
"The environment variable HOST_IP is deprecated and ignored, as"
448448
" it is often used by Docker and other software to"
449-
"interact with the container's network stack. Please"
449+
"interact with the container's network stack. Please "
450450
"use VLLM_HOST_IP instead to set the IP address for vLLM processes"
451451
" to communicate with each other.")
452452
if host_ip:

0 commit comments

Comments
 (0)