Skip to content

Commit a152246

Browse files
authored
[Misc] fix typo in triton import warning (#7794)
1 parent 666ad0a commit a152246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/triton_utils/importing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
if not HAS_TRITON:
1010
logger.info("Triton not installed; certain GPU-related functions"
11-
" will be not be available.")
11+
" will not be available.")

0 commit comments

Comments
 (0)