Skip to content

Commit 9a11f44

Browse files
committed
Bump to v2.5.8
1 parent 35060e7 commit 9a11f44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flash_attn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.5.7"
1+
__version__ = "2.5.8"
22

33
from flash_attn.flash_attn_interface import (
44
flash_attn_func,

training/Dockerfile

Lines changed: 2 additions & 2 deletions
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/[email protected]
8686

8787
# Install FlashAttention
88-
RUN pip install flash-attn==2.5.7
88+
RUN pip install flash-attn==2.5.8
8989

9090
# Install CUDA extensions for fused dense
91-
RUN pip install git+https://github.com/HazyResearch/[email protected].7#subdirectory=csrc/fused_dense_lib
91+
RUN pip install git+https://github.com/HazyResearch/[email protected].8#subdirectory=csrc/fused_dense_lib

0 commit comments

Comments
 (0)