We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7435839 commit 641db75Copy full SHA for 641db75
.github/workflows/publish.yml
@@ -56,6 +56,9 @@ jobs:
56
# Pytorch < 2.2 does not support Python 3.12
57
- torch-version: '2.1.2'
58
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'
62
63
steps:
64
- name: Checkout
flash_attn/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.7.0.post1"
+__version__ = "2.7.0.post2"
2
3
from flash_attn.flash_attn_interface import (
4
flash_attn_func,
0 commit comments