Skip to content

Commit

Permalink
Update test_flash_triton_torch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vchiley authored Jan 13, 2024
1 parent 52a760c commit 3ad5374
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/models/layers/test_flash_triton_torch.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ def allclose_helper(t0: torch.Tensor,
])
@pytest.mark.parametrize('clip_qkv', [True, False])
@pytest.mark.parametrize('qk_ln', [True, False])
@pytest.mark.parametrize('qk_ln, qk_gn', [
(True, False),
(False, True),
(False, False),
])
@pytest.mark.parametrize('pos_emb_config', [{
'alibi': False,
'rope': False
Expand Down

0 comments on commit 3ad5374

Please sign in to comment.