Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion onnxruntime/test/python/transformers/test_gqa.py
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@ def test_flash_decode_parity(self):
# Clean up
del os.environ["ORT_DISABLE_FLASH_DECODE"]

Comment thread
hariharans29 marked this conversation as resolved.

@unittest.skipIf(not has_flash_attention(), "Flash Attention is not available, skipping tests.")
class TestGQARegressions(unittest.TestCase):
"""Specific regression tests for historical bugs."""

Expand Down
Loading