We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73caf95 commit 169739fCopy full SHA for 169739f
tests/test_sparse_attn.py
@@ -18,7 +18,7 @@ def test_sparse_attn(
18
dim = 512,
19
dim_head = 64,
20
heads = 8,
21
- num_kv_heads = kv_heads,
+ kv_heads = kv_heads,
22
sliding_window_size = 2,
23
compress_block_size = 4,
24
selection_block_size = 4,
0 commit comments