From ffac902c1b5ef72abc88e8e4b481c96c1a9d7c86 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Sun, 13 Aug 2023 17:55:04 -0400 Subject: [PATCH] bump flash-attn to 2.0.4 for the base docker image (#382) --- docker/Dockerfile-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile-base b/docker/Dockerfile-base index aec727c1a..6fbe00ddf 100644 --- a/docker/Dockerfile-base +++ b/docker/Dockerfile-base @@ -40,7 +40,7 @@ ARG TORCH_CUDA_ARCH_LIST="7.0 7.5 8.0 8.6 9.0+PTX" RUN git clone https://github.com/Dao-AILab/flash-attention.git && \ cd flash-attention && \ - git checkout v2.0.1 && \ + git checkout v2.0.4 && \ python3 setup.py bdist_wheel && \ cd csrc/fused_dense_lib && \ python3 setup.py bdist_wheel && \