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.")