Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
306923da
Unverified
Commit
306923da
authored
Feb 08, 2025
by
Jee Jee Li
Committed by
GitHub
Feb 07, 2025
Browse files
[Bugfix] Fix Qwen2_5_VLForConditionalGeneration packed_modules_mapping (#12905)
parent
32431583
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
vllm/model_executor/models/qwen2_5_vl.py
vllm/model_executor/models/qwen2_5_vl.py
+5
-2
No files found.
vllm/model_executor/models/qwen2_5_vl.py
View file @
306923da
...
@@ -760,9 +760,12 @@ class Qwen2_5_VLForConditionalGeneration(nn.Module, SupportsMultiModal,
...
@@ -760,9 +760,12 @@ class Qwen2_5_VLForConditionalGeneration(nn.Module, SupportsMultiModal,
"q_proj"
,
"q_proj"
,
"k_proj"
,
"k_proj"
,
"v_proj"
,
"v_proj"
,
]
],
"gate_up_proj"
:
[
"gate_proj"
,
"up_proj"
,
],
}
}
# LoRA specific attributes, TODO: double check
# LoRA specific attributes, TODO: double check
supported_lora_modules
=
[
supported_lora_modules
=
[
"qkv_proj"
,
"qkv_proj"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment