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
a913b612
Unverified
Commit
a913b612
authored
Mar 18, 2026
by
JartX
Committed by
GitHub
Mar 18, 2026
Browse files
[Bugfix] Fix ROCm crash in qwen3_next multi-stream events (#36795) (#37427)
Signed-off-by:
JartX
<
sagformas@epdcenter.es
>
parent
5ce2d10e
Changes
1
Show 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 @
a913b612
...
...
@@ -427,7 +427,7 @@ class Qwen3NextGatedDeltaNet(nn.Module, MambaBase):
self
.
aux_stream
=
aux_stream
()
self
.
events
=
(
[
torch
.
cuda
.
Event
(),
torch
.
cuda
.
Event
()]
if
current_platform
.
is_cuda
()
if
current_platform
.
is_cuda
_alike
()
else
[
None
,
None
]
)
...
...
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