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
a17e36f2
Unverified
Commit
a17e36f2
authored
Nov 14, 2025
by
Mohammad Othman
Committed by
GitHub
Nov 14, 2025
Browse files
Fix typo in comment: existance -> existence (#28737)
Signed-off-by:
Mohammad Othman
<
emranm226@hotmail.com
>
parent
8cc40f89
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/_aiter_ops.py
vllm/_aiter_ops.py
+1
-1
No files found.
vllm/_aiter_ops.py
View file @
a17e36f2
...
@@ -30,7 +30,7 @@ def if_aiter_supported(func: Callable) -> Callable:
...
@@ -30,7 +30,7 @@ def if_aiter_supported(func: Callable) -> Callable:
@
functools
.
wraps
(
func
)
@
functools
.
wraps
(
func
)
def
wrapper
(
*
args
,
**
kwargs
):
def
wrapper
(
*
args
,
**
kwargs
):
# checks the platform, device arch and aiter library exist
a
nce.
# checks the platform, device arch and aiter library exist
e
nce.
if
current_platform
.
is_rocm
()
and
IS_AITER_FOUND
:
if
current_platform
.
is_rocm
()
and
IS_AITER_FOUND
:
from
vllm.platforms.rocm
import
on_gfx9
from
vllm.platforms.rocm
import
on_gfx9
...
...
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