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
d32c611f
Unverified
Commit
d32c611f
authored
Oct 14, 2025
by
Ye (Charlotte) Qi
Committed by
GitHub
Oct 14, 2025
Browse files
[CI/Build] Use 127.0.0.1 instead of localhost in utils (#26750)
Signed-off-by:
Ye (Charlotte) Qi
<
yeq@meta.com
>
parent
01ad27fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/utils.py
tests/utils.py
+1
-1
No files found.
tests/utils.py
View file @
d32c611f
...
...
@@ -157,7 +157,7 @@ class RemoteOpenAIServer:
self
.
host
=
None
self
.
port
=
None
else
:
self
.
host
=
str
(
args
.
host
or
"
localhost
"
)
self
.
host
=
str
(
args
.
host
or
"
127.0.0.1
"
)
self
.
port
=
int
(
args
.
port
)
self
.
show_hidden_metrics
=
args
.
show_hidden_metrics_for_version
is
not
None
...
...
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