You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: Started server process [11912]
INFO: Waiting for application startup.
INFO: Application startup complete.
ERROR: [Errno 98] error while attempting to bind on address ('0.0.0.0', 8080): address already in use
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
If I change tensor-parallel-size from 2 to 1, no such issue.
docker image in use is "vllm/vllm-openai:v0.6.2".
Before submitting a new issue...
Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
The text was updated successfully, but these errors were encountered:
for me these error not related to --disable-frontend-multiprocessing params , I'm using v0.6.2 without this params and pod restart automatically with "OSError: [Errno 98] Address already in use" error.
If I am correct, fix related to this issue already merged, It would be great if you push latest image to fix this issue
for me these error not related to --disable-frontend-multiprocessing params , I'm using v0.6.2 without this params and pod restart automatically with "OSError: [Errno 98] Address already in use" error.
If I am correct, fix related to this issue already merged, It would be great if you push latest image to fix this issue
You can download images for specific commits as described here.
Your current environment
The output of `python collect_env.py`
Model Input Dumps
No response
🐛 Describe the bug
INFO: Started server process [11912]
INFO: Waiting for application startup.
INFO: Application startup complete.
ERROR: [Errno 98] error while attempting to bind on address ('0.0.0.0', 8080): address already in use
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
My command to start vllm:
If I change tensor-parallel-size from 2 to 1, no such issue.
docker image in use is "vllm/vllm-openai:v0.6.2".
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: