Skip to content

Commit

Permalink
update FA2 to flash-attn>=2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsrke committed Jan 24, 2024
1 parent 4491ce7 commit 5b22ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fa2_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python -m pip install --upgrade pip
pip install packaging
pip install wheel
pip install flash-attn --no-build-isolation
pip install "flash-attn>=2.5.0" --no-build-isolation
git clone https://github.com/huggingface/nanotron.git
cd nanotron
pip install -e .
Expand Down

0 comments on commit 5b22ede

Please sign in to comment.