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
81994e1d
Unverified
Commit
81994e1d
authored
Apr 03, 2026
by
elenalil-aws
Committed by
GitHub
Apr 03, 2026
Browse files
[Bugfix][LoRA] Fix missing in_proj_z in Qwen3_5ForConditionalGenerati… (#38927)
Signed-off-by:
elenalil-aws
<
elenalil@amazon.com
>
parent
4b506ff9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/model_executor/models/qwen3_5.py
vllm/model_executor/models/qwen3_5.py
+1
-0
No files found.
vllm/model_executor/models/qwen3_5.py
View file @
81994e1d
...
...
@@ -620,6 +620,7 @@ class Qwen3_5ForConditionalGeneration(Qwen3VLForConditionalGeneration, IsHybrid)
self
.
packed_modules_mapping
=
{
k
:
list
(
v
)
for
k
,
v
in
base
.
items
()}
self
.
packed_modules_mapping
.
pop
(
"in_proj_qkvz"
,
None
)
self
.
packed_modules_mapping
[
"in_proj_qkv"
]
=
[
"in_proj_qkv"
]
self
.
packed_modules_mapping
[
"in_proj_z"
]
=
[
"in_proj_z"
]
def
embed_input_ids
(
self
,
...
...
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