Skip to content

Commit 641db75

Browse files
committed
[CI] Pytorch 2.5.1 does not support python 3.8
1 parent 7435839 commit 641db75

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
# Pytorch < 2.2 does not support Python 3.12
5757
- torch-version: '2.1.2'
5858
python-version: '3.12'
59+
# Pytorch >= 2.5 does not support Python 3.8
60+
- torch-version: '2.5.1'
61+
python-version: '3.8'
5962

6063
steps:
6164
- name: Checkout

flash_attn/__init__.py

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

33
from flash_attn.flash_attn_interface import (
44
flash_attn_func,

0 commit comments

Comments
 (0)