-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Bug]: vllm hanging on initializing #3644
Comments
Does #3419 solve your problem? It seems somehow the code guess your ip is You can try the current code on main branch, and set Or you can try this docker image |
My IP is not |
Yes #3419 will be included in the new release. Glad it helps :) I have no idea why it tries to reach a strange ip |
try
|
Your current environment
🐛 Describe the bug
I'm trying to run MPT-7B with tp_size=2 on H100 GPUs. Here is the code snippet I'm running:
The initialization step
LLM()
is just stuck and then shows a socket timeout error. Full trace here:The text was updated successfully, but these errors were encountered: