mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:37:53 -04:00
add Python 3.10, flash-attn v1.0.9
This commit is contained in:
@@ -23,25 +23,9 @@ jobs:
|
|||||||
tag_name: ${{ steps.extract_branch.outputs.branch }}
|
tag_name: ${{ steps.extract_branch.outputs.branch }}
|
||||||
release_name: ${{ steps.extract_branch.outputs.branch }}
|
release_name: ${{ steps.extract_branch.outputs.branch }}
|
||||||
body: |
|
body: |
|
||||||
- Flash-Attention
|
| Flash-Attention | Python | PyTorch | CUDA |
|
||||||
- 2.4.3
|
|-----------------|--------|---------|------|
|
||||||
- 2.5.6
|
| 1.0.9, 2.4.3, 2.5.6, 2.5.9, 2.6.3 | 3.10, 3.11, 3.12 | 2.0.1, 2.1.2, 2.2.2, 2.3.1, 2.4.1, 2.5.0 | 11.8.0, 12.1.1, 12.4.1 |
|
||||||
- 2.5.9
|
|
||||||
- 2.6.3
|
|
||||||
- Python
|
|
||||||
- 3.11
|
|
||||||
- 3.12
|
|
||||||
- PyTorch
|
|
||||||
- 2.0.1
|
|
||||||
- 2.1.2
|
|
||||||
- 2.2.2
|
|
||||||
- 2.3.1
|
|
||||||
- 2.4.1
|
|
||||||
- 2.5.0
|
|
||||||
- CUDA
|
|
||||||
- 11.8.0
|
|
||||||
- 12.1.1
|
|
||||||
- 12.4.1
|
|
||||||
|
|
||||||
build_wheels:
|
build_wheels:
|
||||||
name: Build wheels and Upload
|
name: Build wheels and Upload
|
||||||
@@ -50,8 +34,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
flash-attn-version: ["2.4.3", "2.5.6", "2.5.9", "2.6.3"]
|
flash-attn-version: ["1.0.9", "2.4.3", "2.5.6", "2.5.9", "2.6.3"]
|
||||||
python-version: ["3.11", "3.12"]
|
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.0"]
|
torch-version: ["2.0.1", "2.1.2", "2.2.2", "2.3.1", "2.4.1", "2.5.0"]
|
||||||
cuda-version: ["11.8.0", "12.1.1", "12.4.1"]
|
cuda-version: ["11.8.0", "12.1.1", "12.4.1"]
|
||||||
exclude:
|
exclude:
|
||||||
|
|||||||
Reference in New Issue
Block a user