Skip to content

Commit 71add00

Browse files
committed
Fix docstring for flash_sparse_attn_func_auto to reflect correct function name
1 parent 6900b29 commit 71add00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flash_sparse_attn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_available_backends():
4444

4545
def flash_sparse_attn_func_auto(backend: Optional[str] = None, **kwargs):
4646
"""
47-
Flash Dynamic Mask Attention function with automatic backend selection.
47+
Flash Sparse Attention function with automatic backend selection.
4848
4949
Args:
5050
backend (str, optional): Backend to use ('cuda', 'triton', 'flex').

0 commit comments

Comments
 (0)