Skip to content

Commit 97cf3ca

Browse files
committed
fix
1 parent 4b434d7 commit 97cf3ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hip_attn/v1_2/attention_extend.py

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

2020
try:
2121
from hip_attn.v1_2.attention_extend_bsa_tilelang import block_sparse_attention_tilelang
22-
except ImportError:
22+
except ImportError, OSError:
2323
block_sparse_attention_tilelang = None
2424

2525
from hip_attn.v1_2.attention_metadata import (

0 commit comments

Comments
 (0)