Skip to content

Commit 8d2bcd9

Browse files
yeqcharlotteZhathw
authored andcommitted
[CI/Build] Use 127.0.0.1 instead of localhost in utils (vllm-project#26750)
Signed-off-by: Ye (Charlotte) Qi <yeq@meta.com>
1 parent 636230a commit 8d2bcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def __init__(
157157
self.host = None
158158
self.port = None
159159
else:
160-
self.host = str(args.host or "localhost")
160+
self.host = str(args.host or "127.0.0.1")
161161
self.port = int(args.port)
162162

163163
self.show_hidden_metrics = args.show_hidden_metrics_for_version is not None

0 commit comments

Comments
 (0)