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
f2d9ad06
Unverified
Commit
f2d9ad06
authored
Nov 10, 2025
by
Michael Goin
Committed by
GitHub
Nov 11, 2025
Browse files
Only register rocm_aiter_ops if aiter is found (#28428)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
de540c03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vllm/_aiter_ops.py
vllm/_aiter_ops.py
+2
-1
No files found.
vllm/_aiter_ops.py
View file @
f2d9ad06
...
@@ -938,4 +938,5 @@ class rocm_aiter_ops:
...
@@ -938,4 +938,5 @@ class rocm_aiter_ops:
return
tuple
(
shuffle_weight
(
tensor
,
layout
=
layout
)
for
tensor
in
tensors
)
return
tuple
(
shuffle_weight
(
tensor
,
layout
=
layout
)
for
tensor
in
tensors
)
rocm_aiter_ops
.
register_ops_once
()
if
IS_AITER_FOUND
:
rocm_aiter_ops
.
register_ops_once
()
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