Skip to content

Commit a17e36f

Browse files
Fix typo in comment: existance -> existence (vllm-project#28737)
Signed-off-by: Mohammad Othman <[email protected]>
1 parent 8cc40f8 commit a17e36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/_aiter_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def if_aiter_supported(func: Callable) -> Callable:
3030

3131
@functools.wraps(func)
3232
def wrapper(*args, **kwargs):
33-
# checks the platform, device arch and aiter library existance.
33+
# checks the platform, device arch and aiter library existence.
3434

3535
if current_platform.is_rocm() and IS_AITER_FOUND:
3636
from vllm.platforms.rocm import on_gfx9

0 commit comments

Comments
 (0)