We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b790d3 commit cdf85fdCopy full SHA for cdf85fd
docker/Dockerfile-base
@@ -40,7 +40,7 @@ ARG TORCH_CUDA_ARCH_LIST="7.0 7.5 8.0 8.6+PTX"
40
41
RUN git clone https://github.com/Dao-AILab/flash-attention.git && \
42
cd flash-attention && \
43
- git checkout v2.0.0 && \
+ git checkout 9ee0ff1 && \
44
python3 setup.py bdist_wheel && \
45
cd csrc/fused_dense_lib && \
46
0 commit comments