Skip to content

Commit 4892eb6

Browse files
jeejeeleemgoin
authored andcommitted
[Bugfix] Fix Qwen25VL packed_modules_mapping (vllm-project#23604)
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com> Co-authored-by: Michael Goin <mgoin64@gmail.com> Signed-off-by: Xiao Yu <xiao.yu@amd.com>
1 parent 16367bc commit 4892eb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/model_executor/models/qwen2_5_vl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ class Qwen2_5_VLForConditionalGeneration(nn.Module, SupportsMultiModal,
853853
SupportsQuant):
854854

855855
packed_modules_mapping = {
856+
"qkv_proj": ["q_proj", "k_proj", "v_proj"],
856857
"gate_up_proj": ["gate_proj", "up_proj"],
857858
}
858859

0 commit comments

Comments
 (0)