Skip to content

Commit 169739f

Browse files
committed
fix pytest
1 parent 73caf95 commit 169739f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sparse_attn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_sparse_attn(
1818
dim = 512,
1919
dim_head = 64,
2020
heads = 8,
21-
num_kv_heads = kv_heads,
21+
kv_heads = kv_heads,
2222
sliding_window_size = 2,
2323
compress_block_size = 4,
2424
selection_block_size = 4,

0 commit comments

Comments
 (0)