"ssh:/git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "ad517f954382ef4e207ab4a6fd9aa12cbe7a389f"
Unverified Commit f9df8b4a authored by Tyler Michael Smith's avatar Tyler Michael Smith Committed by GitHub
Browse files

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


Signed-off-by: default avatarTyler Michael Smith <tlrmchlsmth@gmail.com>
parent ec152c87
...@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment