Your current environment
I can't run collect_env.py because importing PyTorch itself is failing.
馃悰 Describe the bug
After #30784, I start seeing vLLM failing to load on its benchmark job. I suspect that the change doesn't work with newer NVIDIA driver that the job is using to be compatible with CUDA 13.0
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 580.105.08 Driver Version: 580.105.08 CUDA Version: 13.0 |
+-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA B200 Off | 00000000:D1:00.0 Off | 0 |
| N/A 32C P0 141W / 750W | 0MiB / 183359MiB | 0% Default |
| | | Disabled |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| No running processes found |
+-----------------------------------------------------------------------------------------+
With #30784, importing PyTorch fails right away:
python3 -c 'import torch; torch.cuda.is_available()'
/usr/local/lib/python3.12/dist-packages/torch/cuda/__init__.py:182: UserWarning: CUDA initialization: Unexpected error from cudaGetDeviceCount(). Did you run some cuda functions before calling NumCudaDevices() that might have already set an error? Error 803: system has unsupported display driver / cuda driver combination (Triggered internally at /pytorch/c10/cuda/CUDAFunctions.cpp:119.)
return torch._C._cuda_getDeviceCount() > 0
Here is an example failure https://github.com/pytorch/pytorch-integration-testing/actions/runs/21017403967/job/60426060877#step:19:1452
Before submitting a new issue...
Your current environment
I can't run
collect_env.pybecause importing PyTorch itself is failing.馃悰 Describe the bug
After #30784, I start seeing vLLM failing to load on its benchmark job. I suspect that the change doesn't work with newer NVIDIA driver that the job is using to be compatible with CUDA 13.0
With #30784, importing PyTorch fails right away:
Here is an example failure https://github.com/pytorch/pytorch-integration-testing/actions/runs/21017403967/job/60426060877#step:19:1452
Before submitting a new issue...