Skip to content

Commit

Permalink
[Bugfix] Fix Qwen2_5_VLForConditionalGeneration packed_modules_mapping (
Browse files Browse the repository at this point in the history
vllm-project#12905)

Signed-off-by: SzymonOzog <szymon.ozog@aleph-alpha.com>
  • Loading branch information
jeejeelee authored and SzymonOzog committed Feb 12, 2025
1 parent e8d0bbc commit 54f05b5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions vllm/model_executor/models/qwen2_5_vl.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,9 +760,12 @@ class Qwen2_5_VLForConditionalGeneration(nn.Module, SupportsMultiModal,
"q_proj",
"k_proj",
"v_proj",
]
],
"gate_up_proj": [
"gate_proj",
"up_proj",
],
}

# LoRA specific attributes, TODO: double check
supported_lora_modules = [
"qkv_proj",
Expand Down

0 comments on commit 54f05b5

Please sign in to comment.