vllm icon indicating copy to clipboard operation
vllm copied to clipboard

[Bug]: Runtime error occurs when running deepseek v3

Open m404notfound opened this issue 10 months ago • 1 comments

Your current environment

When I use the following command: python3 -m vllm.entrypoints.openai.api_server --host 0.0.0.0 --port 9111 --model /deepseek_v3 --max-num-batched-tokens 16384 --gpu-memory-utilization 0.97 --tensor-parallel-size 8 --disable-log-requests --trust-remote-code --enable-chunked-prefill

it shows runtimeerror: nccl error 1:unhandled cuda error (run with nccl_debug=info for details)

model: deepseek v3 vllm : v0.7.1--->pip3 install vllm how can i do?

Image

Image

🐛 Describe the bug

When I use the following command: python3 -m vllm.entrypoints.openai.api_server --host 0.0.0.0 --port 9111 --model /deepseek_v3 --max-num-batched-tokens 16384 --gpu-memory-utilization 0.97 --tensor-parallel-size 8 --disable-log-requests --trust-remote-code --enable-chunked-prefill

it shows runtimeerror: nccl error 1:unhandled cuda error (run with nccl_debug=info for details)

model: deepseek v3 vllm : v0.7.1--->pip3 install vllm how can i do?

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.

m404notfound avatar Feb 06 '25 12:02 m404notfound

with NCCL_DEBUG_SUBSYS=ALL NCCL_DEBUG=TRACE env, I found that it turned out to be OOM when capturing the graph

Kevin-XiongC avatar Feb 17 '25 10:02 Kevin-XiongC

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!

github-actions[bot] avatar May 19 '25 02:05 github-actions[bot]

This issue has been automatically closed due to inactivity. Please feel free to reopen if you feel it is still relevant. Thank you!

github-actions[bot] avatar Jun 19 '25 02:06 github-actions[bot]