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 and omrishiv committed Aug 26, 2024
1 parent 04102a3 commit e9b0ca7
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 e9b0ca7

Please sign in to comment.