upgrade to flash-attn 2.7.0 (#2048)

This commit is contained in:
Wing Lian
2024-11-14 06:59:25 -05:00
committed by GitHub
parent 5e98cdddac
commit 2d7830fda6
4 changed files with 3 additions and 7 deletions

View File

@@ -35,7 +35,3 @@ 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