Your current environment
Environment
- GPU: NVIDIA GeForce RTX 3090 Ti (24GB)
- WSL2: Ubuntu 24.04.4 LTS
- vLLM: 0.17.0
- PyTorch: 2.10.0
- CUDA: 12.8 (Driver 591.74)
- Python: 3.12.3
🐛 Describe the bug
I am encountering a torch.AcceleratorError: CUDA error: an illegal memory access was encountered (cudaErrorIllegalAddress) when initializing the Qwen/Qwen3.5-9B-AWQ model on vLLM v0.17.0.
Unlike previous reports suggesting this is limited to quantized models, I have confirmed that both Qwen/Qwen3.5-9B and cyankiwi/Qwen3.5-9B-AWQ-4bit models crash with the same error.
python3 -m vllm.entrypoints.openai.api_server
--model ./Qwen/Qwen3.5-9B-AWQ
--port 8000
--max-model-len 8192
--gpu-memory-utilization 0.9
--quantization compressed-tensors
--performance-mode throughput
Crash logs : https://gist.github.com/d-etu/8f406bf8c994737024194f1453e2ae7b
Before submitting a new issue...
Your current environment
Environment
🐛 Describe the bug
I am encountering a torch.AcceleratorError: CUDA error: an illegal memory access was encountered (cudaErrorIllegalAddress) when initializing the Qwen/Qwen3.5-9B-AWQ model on vLLM v0.17.0.
Unlike previous reports suggesting this is limited to quantized models, I have confirmed that both Qwen/Qwen3.5-9B and cyankiwi/Qwen3.5-9B-AWQ-4bit models crash with the same error.
python3 -m vllm.entrypoints.openai.api_server
--model ./Qwen/Qwen3.5-9B-AWQ
--port 8000
--max-model-len 8192
--gpu-memory-utilization 0.9
--quantization compressed-tensors
--performance-mode throughput
Crash logs : https://gist.github.com/d-etu/8f406bf8c994737024194f1453e2ae7b
Before submitting a new issue...