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
0b20469c
Unverified
Commit
0b20469c
authored
Feb 10, 2026
by
Roger Wang
Committed by
GitHub
Feb 10, 2026
Browse files
[Bugfix] Fix weight naming in Qwen3.5 (#34313)
Signed-off-by:
Roger Wang
<
hey@rogerw.io
>
parent
d7982daf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/models/qwen3_5.py
vllm/model_executor/models/qwen3_5.py
+1
-1
No files found.
vllm/model_executor/models/qwen3_5.py
View file @
0b20469c
...
@@ -206,7 +206,7 @@ class Qwen3_5GatedDeltaNet(Qwen3NextGatedDeltaNet):
...
@@ -206,7 +206,7 @@ class Qwen3_5GatedDeltaNet(Qwen3NextGatedDeltaNet):
output_size
=
self
.
num_v_heads
,
output_size
=
self
.
num_v_heads
,
bias
=
False
,
bias
=
False
,
quant_config
=
quant_config
,
quant_config
=
quant_config
,
prefix
=
f
"
{
prefix
}
.in_proj_b
a
"
,
prefix
=
f
"
{
prefix
}
.in_proj_b"
,
)
)
self
.
in_proj_a
=
ColumnParallelLinear
(
self
.
in_proj_a
=
ColumnParallelLinear
(
input_size
=
self
.
hidden_size
,
input_size
=
self
.
hidden_size
,
...
...
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