Skip to content

Commit

Permalink
[Misc] fix typo in triton import warning (vllm-project#7794)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy323 authored Aug 22, 2024
1 parent acccb7c commit a2aa8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/triton_utils/importing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

0 comments on commit a2aa8dc

Please sign in to comment.