Open enkiid opened 6 months ago
The same issue, which occurs randomly on my dataset. vllm 0.4.1 torch 2.2.0+cu118
i have encountered the same issue, try --disable-custom-all-reduce
and --enforce-eager
is worked for me.
Please refer to https://github.com/vllm-project/vllm/issues/4430
This three can solve the watchdog problem for me before this, nccl watchdog error happens several times per day, and now, it works well
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?
i have encountered the same issue, try
--disable-custom-all-reduce
and--enforce-eager
is worked for me.
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:
Havn't seen it in earlier versions of vllm, any thoughts?