Skip to content

[Bug]: Qwen3.5-9B (BF16/AWQ) Illegal Memory Access in vLLM v0.17.0 (WSL2/RTX3090 Ti) #36408

Description

@d-etu

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...

  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstaleOver 90 days of inactivity

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions