Skip to content

Commit

Permalink
[CI] Pytorch 2.5.1 does not support python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tridao committed Nov 13, 2024
1 parent 7435839 commit 641db75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
# Pytorch < 2.2 does not support Python 3.12
- torch-version: '2.1.2'
python-version: '3.12'
# Pytorch >= 2.5 does not support Python 3.8
- torch-version: '2.5.1'
python-version: '3.8'

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion flash_attn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.7.0.post1"
__version__ = "2.7.0.post2"

from flash_attn.flash_attn_interface import (
flash_attn_func,
Expand Down

0 comments on commit 641db75

Please sign in to comment.