-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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]: Error happen in async_llm_engine when use multiple GPUs #3839
Comments
+1 |
I've encountered the same issue with versions 0.4.0 and 0.4.0 post1, where the problem persists across multiple GPU setups. In contrast, version 0.3.3 continues to perform as expected, even after handling tens of thousands of requests over several days. I use the qwen1.5-72b model with a tensor parallelism (tp) of 4. It appears that the bug was introduced in the transition from 0.3.3 to 0.4.0 and remains unresolved in the 0.4.0 post1 update. |
I retry running qwen1.5-32b-chat with 2 A6000 in vllm-0.3.3. The error still happens, and after I retry by degrading vllm to 0.3.2. I encounter another error. There is always OutOfMemoryError accomplished by AsyncError. Maybe I should try other deployment tool in multi-GPU environment |
+1 |
Currently, I tried a new deployment tool sglang, which seems fine in multi-GPU environments, and supports openai API in clients. One thing could be improved is that compared with models deployed by vllm. You need to specify |
same here |
Is your host running out of RAM and killing the Ray workers? |
Mine works well in vllm-0.3.3 , using 2080Ti(22G) . |
Please refer to #4653 |
这个bug有人解决了吗? |
按前一个人说的参考 #4653 好像有用 |
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
the command or running openai_server is
🐛 Describe the bug
I query openai server with thread num of 10. At first, it was OK, however, after a little while, the server just shut down.
error trace is:
bash
The text was updated successfully, but these errors were encountered: