[CI] Pytorch 2.5.1 does not support python 3.8

This commit is contained in:
Tri Dao 2024-11-12 20:01:43 -08:00
parent 7435839e3d
commit 641db759ab
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
__version__ = "2.7.0.post1"
__version__ = "2.7.0.post2"
from flash_attn.flash_attn_interface import (
flash_attn_func,