Unverified Commit 2dd87d06 authored by Tri Dao's avatar Tri Dao Committed by GitHub
Browse files

Merge pull request #360 from chuanli11/fix/dockerfile

remove checkout v2.0.0.post1 from dockerfile
parents b8020d73 30fd8c17
......@@ -89,7 +89,7 @@ RUN pip install flash-attn==2.0.0.post1
# Install CUDA extensions for cross-entropy, fused dense, layer norm
RUN git clone https://github.com/HazyResearch/flash-attention \
&& cd flash-attention && git checkout v2.0.0.post1 \
&& cd flash-attention \
&& cd csrc/fused_softmax && pip install . && cd ../../ \
&& cd csrc/rotary && pip install . && cd ../../ \
&& cd csrc/xentropy && pip install . && cd ../../ \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment