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
9615575a
Unverified
Commit
9615575a
authored
Feb 10, 2026
by
Roger Wang
Committed by
GitHub
Feb 10, 2026
Browse files
[Bugfix] Fix mamba cache dtype for Qwen3.5 (#34200)
Signed-off-by:
Roger Wang
<
hey@rogerw.io
>
parent
4293c00b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vllm/model_executor/models/qwen3_5.py
vllm/model_executor/models/qwen3_5.py
+2
-1
No files found.
vllm/model_executor/models/qwen3_5.py
View file @
9615575a
...
...
@@ -870,8 +870,9 @@ class Qwen3_5ForConditionalGeneration(Qwen3VLForConditionalGeneration, IsHybrid)
cls
,
vllm_config
:
"VllmConfig"
,
)
->
tuple
[
torch
.
dtype
,
torch
.
dtype
]:
mamba_ssm_dtype
=
vllm_config
.
model_config
.
hf_text_config
.
mamba_ssm_dtype
return
MambaStateDtypeCalculator
.
gated_delta_net_state_dtype
(
vllm_config
.
model_config
.
dtype
,
vllm_config
.
cache_config
.
mamba_
cache
_dtype
vllm_config
.
model_config
.
dtype
,
mamba_
ssm
_dtype
)
@
classmethod
...
...
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