Unverified Commit a1522464 authored by Siyuan Liu's avatar Siyuan Liu Committed by GitHub
Browse files

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

parent 666ad0aa
...@@ -8,4 +8,4 @@ HAS_TRITON = find_spec("triton") is not None ...@@ -8,4 +8,4 @@ HAS_TRITON = find_spec("triton") is not None
if not HAS_TRITON: if not HAS_TRITON:
logger.info("Triton not installed; certain GPU-related functions" logger.info("Triton not installed; certain GPU-related functions"
" will be not be available.") " will not be available.")
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment