Skip to content

Commit

Permalink
use fa2 258, no build iso (#3224)
Browse files Browse the repository at this point in the history
  • Loading branch information
snarayan21 authored Apr 30, 2024
1 parent 9da9d81 commit f0d9093
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,7 @@ RUN if [ -n "$MOFED_VERSION" ] ; then \
RUN if [ -n "$CUDA_VERSION" ] ; then \
pip${PYTHON_VERSION} install --upgrade --no-cache-dir ninja==1.11.1 && \
pip${PYTHON_VERSION} install --upgrade --no-cache-dir --force-reinstall packaging==22.0 && \
git clone --branch v2.5.7 https://github.com/Dao-AILab/flash-attention.git && \
cd flash-attention && \
MAX_JOBS=1 python${PYTHON_VERSION} setup.py install && \
MAX_JOBS=1 pip${PYTHON_VERSION} install --no-cache-dir --no-build-isolation flash-attn==2.5.8; \
cd .. ; \
fi

Expand Down

0 comments on commit f0d9093

Please sign in to comment.