Skip to content

Commit

Permalink
add v2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjun0812 committed Jan 16, 2025
1 parent 85c5ab2 commit b2cf335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
body: |
| Flash-Attention | Python | PyTorch | CUDA |
|-----------------|--------|---------|------|
| 2.7.2.post1 | 3.10, 3.11, 3.12 | 2.0.1, 2.1.2, 2.2.2, 2.3.1, 2.4.1, 2.5.1 | 11.8.0, 12.1.1, 12.4.1 |
| 2.7.3 | 3.10, 3.11, 3.12 | 2.0.1, 2.1.2, 2.2.2, 2.3.1, 2.4.1, 2.5.1 | 11.8.0, 12.1.1, 12.4.1 |
build_wheels:
name: Build wheels and Upload
Expand All @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
flash-attn-version: ["2.7.2.post1"]
flash-attn-version: ["2.7.3"]
python-version: ["3.10", "3.11", "3.12"]
torch-version: ["2.0.1", "2.1.2", "2.2.2", "2.3.1", "2.4.1", "2.5.1"]
cuda-version: ["11.8.0", "12.1.1", "12.4.1"]
Expand Down

0 comments on commit b2cf335

Please sign in to comment.