Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
f33e033e
Unverified
Commit
f33e033e
authored
Jan 10, 2025
by
Kuntai Du
Committed by
GitHub
Jan 10, 2025
Browse files
[Docs] Fix docstring in `get_ip` function (#11932)
Signed-off-by:
Kuntai Du
<
kuntai@uchicago.edu
>
parent
482cdc49
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/utils.py
vllm/utils.py
+1
-1
No files found.
vllm/utils.py
View file @
f33e033e
...
@@ -446,7 +446,7 @@ def get_ip() -> str:
...
@@ -446,7 +446,7 @@ def get_ip() -> str:
logger
.
warning
(
logger
.
warning
(
"The environment variable HOST_IP is deprecated and ignored, as"
"The environment variable HOST_IP is deprecated and ignored, as"
" it is often used by Docker and other software to"
" 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"
"use VLLM_HOST_IP instead to set the IP address for vLLM processes"
" to communicate with each other."
)
" to communicate with each other."
)
if
host_ip
:
if
host_ip
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment