Fix typo in comment: existance -> existence (#28737)

Signed-off-by: Mohammad Othman <emranm226@hotmail.com>
This commit is contained in:
Mohammad Othman 2025-11-14 19:35:45 +02:00 committed by GitHub
parent 8cc40f8992
commit a17e36f223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ def if_aiter_supported(func: Callable) -> Callable:
@functools.wraps(func)
def wrapper(*args, **kwargs):
# checks the platform, device arch and aiter library existance.
# checks the platform, device arch and aiter library existence.
if current_platform.is_rocm() and IS_AITER_FOUND:
from vllm.platforms.rocm import on_gfx9