Skip to content

Commit b06d3e3

Browse files
committed
explicitly pin flash attention 1 to v1.0.9
1 parent c58034d commit b06d3e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: docker/Dockerfile-base

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ WORKDIR /workspace
3838

3939
ARG TORCH_CUDA_ARCH_LIST="7.0 7.5 8.0 8.6+PTX"
4040

41-
RUN git clone https://github.com/HazyResearch/flash-attention.git && \
41+
RUN git clone https://github.com/Dao-AILab/flash-attention.git && \
4242
cd flash-attention && \
43+
git checkout v1.0.9 && \
4344
python3 setup.py bdist_wheel && \
4445
cd csrc/fused_dense_lib && \
4546
python3 setup.py bdist_wheel && \

0 commit comments

Comments
 (0)