Skip to content

Commit

Permalink
skip output test_flash_attn_output
Browse files Browse the repository at this point in the history
  • Loading branch information
micmelesse committed Aug 9, 2024
1 parent ebb3bd6 commit 2e22858
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/amd_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
- name: Build
run: |
python setup.py install
# - name: Flash Attention qkvpacked Tests
# run: |
# pytest tests/test_flash_attn.py::test_flash_attn_qkvpacked
# pytest tests/test_flash_attn.py::test_flash_attn_varlen_qkvpacked
- name: Flash Attention qkvpacked Tests
run: |
pytest tests/test_flash_attn.py::test_flash_attn_qkvpacked
pytest tests/test_flash_attn.py::test_flash_attn_varlen_qkvpacked
- name: Flash Attention output Tests
run: |
pytest tests/test_flash_attn.py::test_flash_attn_output
# pytest tests/test_flash_attn.py::test_flash_attn_output
pytest tests/test_flash_attn.py::test_flash_attn_varlen_output
- name: Flash Attention causal Tests
run: |
Expand Down

0 comments on commit 2e22858

Please sign in to comment.