Unverified Commit 00417f4e authored by Sungjae Lee's avatar Sungjae Lee Committed by GitHub
Browse files

[MISC] fix import violations for re and triton modules (#26654)


Signed-off-by: default avatarSungjae Lee <33976427+llsj14@users.noreply.github.com>
Co-authored-by: default avatarMengqing Cao <cmq0113@163.com>
parent ed344f41
......@@ -14,10 +14,10 @@
from typing import Literal
import torch
import triton
import triton.language as tl
from torch.library import wrap_triton
from vllm.triton_utils import tl, triton
@triton.jit
def triton_scale_swizzle(
......
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