Skip to content

Commit 6f8831d

Browse files
authored
Bump flash attention to 2.6.1
1 parent 6d4628a commit 6f8831d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ RUN if [ -n "$MOFED_VERSION" ] ; then \
261261
RUN if [ -n "$CUDA_VERSION" ] ; then \
262262
pip${PYTHON_VERSION} install --upgrade --no-cache-dir ninja==1.11.1 && \
263263
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; \
264+
MAX_JOBS=1 pip${PYTHON_VERSION} install --no-cache-dir --no-build-isolation flash-attn==2.6.1; \
265265
cd .. ; \
266266
fi
267267

0 commit comments

Comments
 (0)