[Misc] fix typo in triton import warning (#7794)

This commit is contained in:
Siyuan Liu
2024-08-22 13:51:23 -07:00
committed by GitHub
parent 666ad0aa16
commit a152246428

View File

@@ -8,4 +8,4 @@ HAS_TRITON = find_spec("triton") is not None
if not HAS_TRITON:
logger.info("Triton not installed; certain GPU-related functions"
" will be not be available.")
" will not be available.")