Skip to content

Commit 911baa5

Browse files
authored
oops
1 parent 4ae5c11 commit 911baa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

native_sparse_attention_pytorch/triton_native_sparse_attention.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,8 +1477,8 @@ def native_sparse_attend(
14771477
fk: Float['b kh n d'],
14781478
fv: Float['b kh n d'],
14791479
block_size: int,
1480-
selected_block_indices: Int['b qh sel'] | Int['b kh sel'],
1481-
fmask: Bool['b qh sel'] | Bool['b kh sel'],
1480+
selected_block_indices: Int['b qh n sel'] | Int['b kh n sel'],
1481+
fmask: Bool['b qh n sel'] | Bool['b kh n sel'],
14821482
return_lse = False
14831483
):
14841484
seq_len = fq.shape[-2]

0 commit comments

Comments
 (0)