Skip to content

Commit

Permalink
[Docs] Fix docstring in get_ip function (#11932)
Browse files Browse the repository at this point in the history
Signed-off-by: Kuntai Du <[email protected]>
  • Loading branch information
KuntaiDu authored Jan 10, 2025
1 parent 482cdc4 commit f33e033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f33e033

Please sign in to comment.