You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing a segmentation fault while running the vLLM API server with Ray for distributed inference. The issue seems to be related to NCCL initialization, resulting in an "unhandled system error" during distributed execution, causing the process to fail with a segmentation fault (SIGSEGV).
Command I am running: python -m vllm.entrypoints.openai.api_server --model meta-llama/Meta-Llama-3.1-70B-Instruct --trust-remote-code --device cuda --tensor-parallel-size 4 --gpu-memory-utilization 0.9 --swap-space 10 --dtype bfloat16 --api-key <REDACTED> --enforce-eager --pipeline-parallel-size 2 --max-model-len 110000 --max-seq-len-to-capture 1100 --disable-custom-all-reduce
Error Logs: INFO vLLM API server version 0.6.0 INFO args: Namespace(...) INFO Started engine process with PID <REDACTED> INFO Connecting to existing Ray cluster at address: <REDACTED>... INFO vLLM is using nccl==2.20.5 ERROR NCCL error: unhandled system error (run with NCCL_DEBUG=INFO for details) Fatal Python error: Segmentation fault
Before submitting a new issue...
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.
The text was updated successfully, but these errors were encountered:
Anything you want to discuss about vllm.
I'm experiencing a segmentation fault while running the vLLM API server with Ray for distributed inference. The issue seems to be related to NCCL initialization, resulting in an "unhandled system error" during distributed execution, causing the process to fail with a segmentation fault (SIGSEGV).
Command I am running:
python -m vllm.entrypoints.openai.api_server --model meta-llama/Meta-Llama-3.1-70B-Instruct --trust-remote-code --device cuda --tensor-parallel-size 4 --gpu-memory-utilization 0.9 --swap-space 10 --dtype bfloat16 --api-key <REDACTED> --enforce-eager --pipeline-parallel-size 2 --max-model-len 110000 --max-seq-len-to-capture 1100 --disable-custom-all-reduce
Error Logs:
INFO vLLM API server version 0.6.0 INFO args: Namespace(...) INFO Started engine process with PID <REDACTED> INFO Connecting to existing Ray cluster at address: <REDACTED>... INFO vLLM is using nccl==2.20.5 ERROR NCCL error: unhandled system error (run with NCCL_DEBUG=INFO for details) Fatal Python error: Segmentation fault
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: