Skip to content

Commit

Permalink
janky workaround to install FA2 on torch 2.5.1 base image since it ta…
Browse files Browse the repository at this point in the history
…kes forever to build
  • Loading branch information
winglian committed Nov 7, 2024
1 parent 02ce520 commit 4ddefad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ RUN git lfs install --skip-repo && \
pip3 install awscli && \
# The base image ships with `pydantic==1.8.2` which is not working
pip3 install -U --no-cache-dir pydantic==1.10.10

RUN if [ "$PYTHON_VERSION" != "2.5.1" ] ; then \
pip3 install flash-attn==2.6.3; \
fi

0 comments on commit 4ddefad

Please sign in to comment.