Skip to content

Commit

Permalink
Docker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
truskovskiyk committed Jul 16, 2024
1 parent d860d53 commit 25834ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion module-3/generative-example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV LANG=C.UTF-8

COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
RUN pip install flash-attention==2.6.0
RUN MAX_JOBS=4 pip install flash-attn==2.5.7 --no-build-isolation

RUN ln -s /usr/bin/python3 /usr/bin/python

Expand Down
2 changes: 2 additions & 0 deletions module-3/generative-example/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ great-expectations==0.15.25
pytest-cov==3.0.0
peft==0.11.1
evaluate==0.4.2
packaging==23.2
ninja==1.11.1.1

0 comments on commit 25834ee

Please sign in to comment.