Skip to content

Commit 314dedd

Browse files
committed
fix
1 parent 87ebc7a commit 314dedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/mlc_llm/compiler_pass/attach_spec_decode_aux_funcs.py

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

33
import tvm
44
from tvm import IRModule, relax, tir
5-
from tvm.relax import TensorStructInfo, BlockBuilder
5+
from tvm.relax import BlockBuilder, TensorStructInfo
66
from tvm.script import tir as T
77

88

0 commit comments

Comments
 (0)