-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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]: NCCL timed out during inference #4653
Comments
The same issue, which occurs randomly on my dataset. |
i have encountered the same issue, try |
Please refer to #4430
This three can solve the watchdog problem for me |
we're seeing this on 0.4.2 as well with mixtral 8x22b. --disable-custom-all-reduce resolves the problem. |
can we again disable custom all reduce by default? |
Works for me! thanks a lot! |
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! |
Your current environment
Using:
🐛 Describe the bug
During inference I sometimes get this error:
(RayWorkerWrapper pid=2376582) [rank1]:[E ProcessGroupNCCL.cpp:523] [Rank 1] Watchdog caught collective operation timeout: WorkNCCL(SeqNum=50404, OpType=GATHER, NumelIn=8000, NumelOut=0, Timeout(ms)=600000) ran for 600327 milliseconds before timing out.
Havn't seen it in earlier versions of vllm, any thoughts?
The text was updated successfully, but these errors were encountered: