-
-
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 #1141
Comments
It needs to add two arguments -- host xxxx --port 8000, and also if anyone want to let this service can be access from other machine, host need to be set as 0.0.0.0 |
You have some other process running on port How to find the existing process running on port netstat -nlp | grep 8000 Then just kill it and try starting vLLM again. |
Closing this issue as stale as there has been no discussion in the past 3 months. If you are still experiencing the issue you describe, feel free to re-open this issue. |
Using the same forum.As I am encountering the same error on 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.
Appreciate any help with this. |
Hi, vllm team
I hit an error when I start a service according to your documentation, gives me below error.
Anyone can help me to take a look.
Documentation:
Error
The text was updated successfully, but these errors were encountered: