From 99eaeebe66c1c91e46b3caf4817fd0beb18f224f Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Tue, 23 Sep 2025 18:26:10 -0400 Subject: [PATCH] Fix triton_reshape_and_cache_flash.py triton import (#25522) Signed-off-by: mgoin Signed-off-by: yewentao256 --- vllm/attention/ops/triton_reshape_and_cache_flash.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vllm/attention/ops/triton_reshape_and_cache_flash.py b/vllm/attention/ops/triton_reshape_and_cache_flash.py index 0b0c706626af3..883052cb46aab 100644 --- a/vllm/attention/ops/triton_reshape_and_cache_flash.py +++ b/vllm/attention/ops/triton_reshape_and_cache_flash.py @@ -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