We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_ip
1 parent 29831a2 commit 9796d25Copy full SHA for 9796d25
vllm/utils.py
@@ -446,7 +446,7 @@ def get_ip() -> str:
446
logger.warning(
447
"The environment variable HOST_IP is deprecated and ignored, as"
448
" it is often used by Docker and other software to"
449
- "interact with the container's network stack. Please"
+ "interact with the container's network stack. Please "
450
"use VLLM_HOST_IP instead to set the IP address for vLLM processes"
451
" to communicate with each other.")
452
if host_ip:
0 commit comments