Skip to content

Commit 3cb99d4

Browse files
committed
add more tests
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
1 parent f029bc4 commit 3cb99d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_transform/factory/test_correctness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def test_correctness_heads(type, randomized, head_dim, offload=False):
129129

130130
@pytest.mark.parametrize("type", ("hadamard", "random-hadamard"))
131131
@pytest.mark.parametrize("randomized", (True, False))
132-
@pytest.mark.parametrize("head_dim", (8,)) # (8, 16))
132+
@pytest.mark.parametrize("head_dim", (8, 16))
133133
def test_correctness_attention_heads(type, randomized, head_dim, offload=False):
134134
hidden_size = 4096
135135
num_attention_heads = 32

0 commit comments

Comments
 (0)