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
returns the error:
INFO: Waiting for application startup.
INFO: Application startup complete.
ERROR: [Errno 98] error while attempting to bind on address ('0.0.0.0', 8000): address already in use
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
(VllmWorkerProcess pid=29772) INFO 10-21 15:37:38 multiproc_worker_utils.py:244] Worker exiting
(VllmWorkerProcess pid=29774) INFO 10-21 15:37:38 multiproc_worker_utils.py:244] Worker exiting
(VllmWorkerProcess pid=29771) INFO 10-21 15:37:38 multiproc_worker_utils.py:244] Worker exiting
(VllmWorkerProcess pid=29773) INFO 10-21 15:37:38 multiproc_worker_utils.py:244] Worker exiting
/usr/lib/python3.12/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
ERROR 10-21 15:37:40 multiproc_worker_utils.py:120] Worker VllmWorkerProcess pid 29772 died, exit code: 1
INFO 10-21 15:37:40 multiproc_worker_utils.py:124] Killing local vLLM worker processes
When I'm not using pipeline parallel, there is no issue
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:
Your current environment
The output of `python collect_env.py`
Model Input Dumps
No response
🐛 Describe the bug
the command:
vllm serve MODELPATH --dtype auto --api-key TOKEN --tensor-parallel-size 4 --pipeline-parallel-size 2 --gpu-memory-utilization 0.90 --enable_prefix_caching --max_model_len 8192
returns the error:
INFO: Waiting for application startup.
INFO: Application startup complete.
ERROR: [Errno 98] error while attempting to bind on address ('0.0.0.0', 8000): address already in use
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
(VllmWorkerProcess pid=29772) INFO 10-21 15:37:38 multiproc_worker_utils.py:244] Worker exiting
(VllmWorkerProcess pid=29774) INFO 10-21 15:37:38 multiproc_worker_utils.py:244] Worker exiting
(VllmWorkerProcess pid=29771) INFO 10-21 15:37:38 multiproc_worker_utils.py:244] Worker exiting
(VllmWorkerProcess pid=29773) INFO 10-21 15:37:38 multiproc_worker_utils.py:244] Worker exiting
/usr/lib/python3.12/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
ERROR 10-21 15:37:40 multiproc_worker_utils.py:120] Worker VllmWorkerProcess pid 29772 died, exit code: 1
INFO 10-21 15:37:40 multiproc_worker_utils.py:124] Killing local vLLM worker processes
When I'm not using pipeline parallel, there is no issue
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: