mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 03:15:20 +08:00
Fix typo in comment: existance -> existence (#28737)
Signed-off-by: Mohammad Othman <emranm226@hotmail.com>
This commit is contained in:
parent
8cc40f8992
commit
a17e36f223
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user