Skip to content

[Bug]: qwen 3.5 9B quantized lm_head is not supported in vLLM (autoround format) #1709

Description

@xin3he

Problem Description

Per @wenhuach21's comments, we had supported quantized lm_head in vLLM but now it no longer work.
We'd better find out the reason and fix it.

Reproduction Steps

  1. auto-round /workspace/models/Qwen/Qwen3.5-9B/ --quant_lm_head --iters 0 --disable_opt_rtn
  2. vllm serve tmp_autoround/Qwen3.5-9B-w4g128/ --port 8000 --tensor-parallel-size 1 --max-model-len 2048 --reasoning-parser qwen3 --served-model-name qwen --speculative-config '{"method":"qwen3_next_mtp","num_speculative_tokens":2}'

Environment Information

No response

Error Logs

Additional Context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghigh priorityreadyonly add when the PR is ready to merge

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions