Skip to content

Commit 186baa5

Browse files
committed
Signed-off-by: Gregory Shtrasberg <[email protected]>
1 parent 751fa6d commit 186baa5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vllm/attention/ops/triton_flash_attention.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@
2222
"""
2323

2424
import torch
25-
import triton
26-
import triton.language as tl
2725

2826
from vllm.platforms import current_platform
2927
from vllm.platforms.rocm import on_gfx1x
28+
from vllm.triton_utils import tl, triton
3029

3130
torch_dtype: tl.constexpr = torch.float16
3231

0 commit comments

Comments
 (0)