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
838d7116
Unverified
Commit
838d7116
authored
Sep 19, 2025
by
Icey
Committed by
GitHub
Sep 19, 2025
Browse files
[Qwen] Remove cuda hard-code in qwen3 next (#25243)
Signed-off-by:
Icey
<
1790571317@qq.com
>
parent
5089fd74
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_next.py
vllm/model_executor/models/qwen3_next.py
+1
-1
No files found.
vllm/model_executor/models/qwen3_next.py
View file @
838d7116
...
@@ -306,7 +306,7 @@ class Qwen3NextGatedDeltaNet(nn.Module, MambaBase):
...
@@ -306,7 +306,7 @@ class Qwen3NextGatedDeltaNet(nn.Module, MambaBase):
eps
=
self
.
layer_norm_epsilon
,
eps
=
self
.
layer_norm_epsilon
,
group_size
=
None
,
group_size
=
None
,
norm_before_gate
=
True
,
norm_before_gate
=
True
,
device
=
torch
.
cuda
.
current_device
(),
device
=
current_platform
.
current_device
(),
dtype
=
config
.
torch_dtype
,
dtype
=
config
.
torch_dtype
,
)
)
...
...
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