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
f9df8b4a
Unverified
Commit
f9df8b4a
authored
Sep 27, 2025
by
Tyler Michael Smith
Committed by
GitHub
Sep 27, 2025
Browse files
[Bugfix] Fix triton import precommit failure (#25803)
Signed-off-by:
Tyler Michael Smith
<
tlrmchlsmth@gmail.com
>
parent
ec152c87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/model_executor/layers/batch_invariant.py
vllm/model_executor/layers/batch_invariant.py
+2
-2
No files found.
vllm/model_executor/layers/batch_invariant.py
View file @
f9df8b4a
...
@@ -7,8 +7,8 @@ from collections.abc import Callable
...
@@ -7,8 +7,8 @@ from collections.abc import Callable
from
typing
import
Any
,
Union
from
typing
import
Any
,
Union
import
torch
import
torch
import
triton
import
triton.language
as
tl
from
vllm.triton_utils
import
tl
,
triton
def
_matmul_launch_metadata
(
grid
:
Callable
[...,
Any
],
kernel
:
Any
,
def
_matmul_launch_metadata
(
grid
:
Callable
[...,
Any
],
kernel
:
Any
,
...
...
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