-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
[Bug]: Shutdown error when using multiproc_gpu_executor #5521
Comments
cc @njhill |
Thanks for reporting @wooyeonlee0, I'll look into this. |
#5987 fixes part of this (worker proc remained in broadcast loop), still need to get to the bottom of the resource leak messages though. |
#7041 should fix the main error. The other warnings are benign but we'll also continue to look into how to avoid them. |
This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you! |
This issue has been automatically closed due to inactivity. Please feel free to reopen if you feel it is still relevant. Thank you! |
Your current environment
🐛 Describe the bug
It's stuck in the process of shutting down multiproc workers.
And after a while, it shuts down automatically.
python3 benchmark_latency.py --max-model-len 2048 --use-v2-block-manager --model facebook/opt-30b --batch-size 8 -tp 2
python3 benchmark_latency.py --max-model-len 2048 --use-v2-block-manager --model facebook/opt-30b --batch-size 8 -tp 4
The text was updated successfully, but these errors were encountered: