-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Description
Your current environment
The output of python collect_env.py
CUDA:12.8
Torch: 2.10
VLLM: 0.17.0
🐛 Describe the bug
Running log:
(EngineCore_DP0 pid=384010) ERROR 03-09 13:22:08 [core.py:1100] torch.AcceleratorError: CUDA error: the provided PTX was compiled with an unsupported toolchain. (EngineCore_DP0 pid=384010) ERROR 03-09 13:22:08 [core.py:1100] Search for cudaErrorUnsupportedPtxVersion in https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__TYPES.html for more information. (EngineCore_DP0 pid=384010) ERROR 03-09 13:22:08 [core.py:1100] CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. (EngineCore_DP0 pid=384010) ERROR 03-09 13:22:08 [core.py:1100] For debugging consider passing CUDA_LAUNCH_BLOCKING=1 (EngineCore_DP0 pid=384010) ERROR 03-09 13:22:08 [core.py:1100] Compile with TORCH_USE_CUDA_DSA to enable device-side assertions. (EngineCore_DP0 pid=384010) ERROR 03-09 13:22:08 [core.py:1100]
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.