Skip to content

Commit 59f15a7

Browse files
committed
fix
Signed-off-by: wxsIcey <[email protected]>
1 parent 0ae43e8 commit 59f15a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_ascend/ops/triton/linearnorm/split_qkv_rmsnorm_rope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import torch
2020
import triton
21-
import triton.language as tl
21+
import triton.language as tl # type: ignore
2222
import triton.runtime.driver as driver
2323
from vllm.utils.torch_utils import direct_register_custom_op
2424

0 commit comments

Comments
 (0)