Skip to content

Commit b346156

Browse files
committed
[fix] remove redundant code in __init__.py
1 parent 6d4b6a6 commit b346156

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

block_sparse_attn/__init__.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
__version__ = "0.0.1"
2-
3-
from block_sparse_attn.flash_attn_interface import (
4-
flash_attn_func,
5-
flash_attn_kvpacked_func,
6-
flash_attn_qkvpacked_func,
7-
flash_attn_varlen_func,
8-
flash_attn_varlen_kvpacked_func,
9-
flash_attn_varlen_qkvpacked_func,
10-
flash_attn_with_kvcache,
11-
)
1+
__version__ = "0.0.2"
122

133
from block_sparse_attn.block_sparse_attn_interface import (
144
block_sparse_attn_func,

0 commit comments

Comments
 (0)