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
989cc12d
Unverified
Commit
989cc12d
authored
Apr 21, 2026
by
SeongJun Lee
Committed by
GitHub
Apr 20, 2026
Browse files
[Fix] Add missing space in IP fallback warning (#40359)
Signed-off-by:
lesj0610
<
lesj0610@gmail.com
>
parent
301024aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/utils/network_utils.py
vllm/utils/network_utils.py
+1
-1
No files found.
vllm/utils/network_utils.py
View file @
989cc12d
...
@@ -64,7 +64,7 @@ def get_ip() -> str:
...
@@ -64,7 +64,7 @@ def get_ip() -> str:
pass
pass
warnings
.
warn
(
warnings
.
warn
(
"Failed to get the IP address, using 0.0.0.0 by default."
"Failed to get the IP address, using 0.0.0.0 by default.
"
"The value can be set by the environment variable"
"The value can be set by the environment variable"
" VLLM_HOST_IP or HOST_IP."
,
" VLLM_HOST_IP or HOST_IP."
,
stacklevel
=
2
,
stacklevel
=
2
,
...
...
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