Skip to content

Commit 7551202

Browse files
committed
Bump to v2.6.1
1 parent 844912d commit 7551202

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flash_attn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.6.0.post1"
1+
__version__ = "2.6.1"
22

33
from flash_attn.flash_attn_interface import (
44
flash_attn_func,

training/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ RUN pip install transformers==4.25.1 datasets==2.8.0 pytorch-lightning==1.8.6 tr
8585
RUN pip install git+https://github.com/mlcommons/logging.git@2.1.0
8686

8787
# Install FlashAttention
88-
RUN pip install flash-attn==2.6.0.post1
88+
RUN pip install flash-attn==2.6.1
8989

9090
# Install CUDA extensions for fused dense
91-
RUN pip install git+https://github.com/HazyResearch/flash-attention@v2.6.0.post1#subdirectory=csrc/fused_dense_lib
91+
RUN pip install git+https://github.com/HazyResearch/flash-attention@v2.6.1#subdirectory=csrc/fused_dense_lib

0 commit comments

Comments
 (0)