Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
camiloaz committed Aug 7, 2024
1 parent 613c0b0 commit eced35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:
sudo apt update
sudo apt-get install -y libzbar0
$(POETRY) install -E all
$(POETRY) run pip install flash-attn
$(POETRY) run pip install flash-attn --no-build-isolation

test:
$(POETRY) run pytest tests
Expand Down

0 comments on commit eced35a

Please sign in to comment.