-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Your current environment
The output of `python collect_env.py`
N/A; happened to multiple users.
Model Input Dumps
No response
🐛 Describe the bug
We have been receiving reports that the 4-bit GPTQ version of Qwen2.5-32B-Instruct cannot be used with vllm
. The generation only contains !!!!!
. However, it was also reported that the same model worked using transformers
and auto_gptq
.
Here are some related issues:
- [Badcase]: Model inference Qwen2.5-32B-Instruct-GPTQ-Int4 appears as garbled text !!!!!!!!!!!!!!!!!! QwenLM/Qwen3#945 (v0.6.1.post2, v0.6.2, v0.6.3)
- [Bug]: Qwen2.5-32b-int4用vllm跑 好像只会生成感叹号 QwenLM/Qwen3#1103 (v0.6.1)
- [Bug]: 使用 Xinference vLLM 启动 qwen2.5-32b-instruct 推理结果都是感叹号 QwenLM/Qwen3#1038 (v0.4.2, v0.5.1)
We attempted to reproduce the issue, which appears related to quantization kernels, and the following is a summary:
gptq_marlin
worksgptq
fails for requests withlen(prompt_token_ids)<=50
but works for longer input sequences
The results are consistent for
tensor-parallel-size
: 2, 4, 8vllm
versions: v0.6.1.post2, v0.6.2, v0.6.3.post1, v0.6.4.post1- nvidia driver versions: 535.183.06, 560.35.05
As gptq_marlin
is not available for turing and volta cards, we are not able to find a workaround for those users. It would help a lot if one could help investigate the issue.
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.
QwertyJack
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working