We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4b6a6 commit b346156Copy full SHA for b346156
block_sparse_attn/__init__.py
@@ -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
-)
+__version__ = "0.0.2"
12
13
from block_sparse_attn.block_sparse_attn_interface import (
14
block_sparse_attn_func,
0 commit comments