[CI] Pytorch 2.5.1 does not support python 3.8
This commit is contained in:
parent
7435839e3d
commit
641db759ab
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
__version__ = "2.7.0.post1"
|
||||
__version__ = "2.7.0.post2"
|
||||
|
||||
from flash_attn.flash_attn_interface import (
|
||||
flash_attn_func,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user