-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IP Bind Error on v0.5.0.post1 #5867
Comments
That port is already used. You need to change the value of |
I have tried bunch of different ports, none of them worked so far. |
you can talk with your admin to see if there's any firewall rules |
I am able to access them on 0.4.2, so wondering what has changed with 0.5.0 and post1 version. Since nothing on my side has changed wrt to firewall. |
oh, You need to change the env name. |
Are these not the cli args for host and port set in python CMD: |
|
I am setting a local env called |
the local env called |
Yes it worked ! So its the conflict with defined ENV name. Thanks much ! |
@youkaichao do you think we should update our internal ENV variable names to be a bit less likely to conflict with user environment variables?
|
That's too much maintenance burden. I prefer to warn users that they should use another prefix to avoid conflict. |
In case someone else runs into this on Kubernetes: Don't name the service targeting your vLLM pods and this variable apparently is used by VLLM itself. |
@frittentheke thanks for the report, updated the doc at #5916 |
Thank you @youkaichao. This saves my day. |
Using the same forum.As I am encountering the same error on
0.5.0.post1
version.I am launching openai.api server using the following command and consistently seeing the IP-Bind error. It works on 0.4.2 version which is my current image. I am looking to upgrade to newer vllm version to access features/fixes that were failing on earlier version.
Error:
Appreciate any help with this.
Originally posted by @pchunduru10 in #1141 (comment)
The text was updated successfully, but these errors were encountered: