Fix triton_reshape_and_cache_flash.py triton import (#25522)

Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
Michael Goin 2025-09-23 18:26:10 -04:00 committed by GitHub
parent eca7be9077
commit 4f2954f724
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,10 +2,9 @@
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
import torch
import triton
import triton.language as tl
from vllm.platforms import current_platform
from vllm.triton_utils import tl, triton
@triton.jit