[Bugfix] Fix triton import precommit failure (#25803)

Signed-off-by: Tyler Michael Smith <tlrmchlsmth@gmail.com>
This commit is contained in:
Tyler Michael Smith
2025-09-27 10:13:11 -04:00
committed by GitHub
parent ec152c8748
commit f9df8b4ad7

View File

@@ -7,8 +7,8 @@ from collections.abc import Callable
from typing import Any, Union
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,