Skip to content

Commit

Permalink
Remove flash-attn dependency from test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Dec 26, 2024
1 parent 963d0ca commit b60247e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install ".[dev]"
python -m pip install --no-build-isolation flash-attn
- name: Test with pytest
run: |
make test
Expand Down Expand Up @@ -90,7 +89,7 @@ jobs:
python -m pip install -U git+https://github.com/huggingface/datasets.git
python -m pip install -U git+https://github.com/huggingface/transformers.git
python -m pip install ".[dev]"
python -m pip install --no-build-isolation flash-attn
- name: Test with pytest
run: |
make test
Expand Down Expand Up @@ -152,7 +151,6 @@ jobs:
python -m pip install datasets==2.21.0
python -m pip install transformers==4.46.0
python -m pip install ".[dev]"
python -m pip install --no-build-isolation flash-attn
- name: Test with pytest
run: |
make test
Expand Down

0 comments on commit b60247e

Please sign in to comment.