Skip to content

Commit cdf85fd

Browse files
committed
pin flash attention 2 to the fix for backwards pass
1 parent 9b790d3 commit cdf85fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ARG TORCH_CUDA_ARCH_LIST="7.0 7.5 8.0 8.6+PTX"
4040

4141
RUN git clone https://github.com/Dao-AILab/flash-attention.git && \
4242
cd flash-attention && \
43-
git checkout v2.0.0 && \
43+
git checkout 9ee0ff1 && \
4444
python3 setup.py bdist_wheel && \
4545
cd csrc/fused_dense_lib && \
4646
python3 setup.py bdist_wheel && \

0 commit comments

Comments
 (0)