We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4628a commit 6f8831dCopy full SHA for 6f8831d
docker/Dockerfile
@@ -261,7 +261,7 @@ RUN if [ -n "$MOFED_VERSION" ] ; then \
261
RUN if [ -n "$CUDA_VERSION" ] ; then \
262
pip${PYTHON_VERSION} install --upgrade --no-cache-dir ninja==1.11.1 && \
263
pip${PYTHON_VERSION} install --upgrade --no-cache-dir --force-reinstall packaging==22.0 && \
264
- MAX_JOBS=1 pip${PYTHON_VERSION} install --no-cache-dir --no-build-isolation flash-attn==2.5.8; \
+ MAX_JOBS=1 pip${PYTHON_VERSION} install --no-cache-dir --no-build-isolation flash-attn==2.6.1; \
265
cd .. ; \
266
fi
267
0 commit comments