[Usage]: 使用vllm的docker镜像启动Qwen/Qwen3-32B模型服务,CPU占用一直100%
Your current environment
vllm:0.8.5
How would you like to use vllm
使用vllm的docker镜像启动大模型服务,vllm版本为0.8.5。 部署的模型师为Qwen/Qwen3-32B。 当指定--tensor-parallel-size=2时,在日志中可以看到有两个VllmWorker和相应pid。这两个进程一直占用100%的CPU。我的服务器是64核CPU,其中这两个进程的CPU一直是100%。 这个问题如何排查和解决?
Before submitting a new issue...
- [x] Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
遇到相同问题,不过镜像版本是0.8.5.post1,8卡4090启动模型后,闲时CPU也一直100%。不确定是否要升级或降级vllm版本?
VLLM_SLEEP_WHEN_IDLE=1 https://github.com/vllm-project/vllm/pull/16226
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!