From e98da7e22c2e71723e7f2f10b9b37153662f62d8 Mon Sep 17 00:00:00 2001 From: Siyuan Liu Date: Thu, 22 Aug 2024 20:49:25 +0000 Subject: [PATCH] [misc] fix typo in triton import warning --- vllm/triton_utils/importing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/triton_utils/importing.py b/vllm/triton_utils/importing.py index 3455036586a93..ce46082247639 100644 --- a/vllm/triton_utils/importing.py +++ b/vllm/triton_utils/importing.py @@ -8,4 +8,4 @@ if not HAS_TRITON: logger.info("Triton not installed; certain GPU-related functions" - " will be not be available.") + " will not be available.")