Unverified Commit a17e36f2 authored by Mohammad Othman's avatar Mohammad Othman Committed by GitHub
Browse files

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


Signed-off-by: default avatarMohammad Othman <emranm226@hotmail.com>
parent 8cc40f89
...@@ -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 existance. # checks the platform, device arch and aiter library existence.
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment