Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
a1522464
Unverified
Commit
a1522464
authored
Aug 22, 2024
by
Siyuan Liu
Committed by
GitHub
Aug 22, 2024
Browse files
[Misc] fix typo in triton import warning (#7794)
parent
666ad0aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/triton_utils/importing.py
vllm/triton_utils/importing.py
+1
-1
No files found.
vllm/triton_utils/importing.py
View file @
a1522464
...
...
@@ -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."
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment