remove cuda 12.8

This commit is contained in:
Junya Morioka
2025-05-01 22:20:54 +09:00
parent 5f256978f2
commit 02566d3725
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
body: | body: |
| Flash-Attention | Python | PyTorch | CUDA | | Flash-Attention | Python | PyTorch | CUDA |
|-----------------|--------|---------|------| |-----------------|--------|---------|------|
| 2.4.3, 2.5.9, 2.6.3, 2.7.4.post1 | 3.10, 3.11, 3.12 | 2.4.1, 2.5.1, 2.6.0, 2.7.0 | 11.8.0, 12.4.1, 12.6.3, 12.8.1 | | 2.4.3, 2.5.9, 2.6.3, 2.7.4.post1 | 3.10, 3.11, 3.12 | 2.4.1, 2.5.1, 2.6.0, 2.7.0 | 11.8.0, 12.4.1, 12.6.3 |
build_wheels: build_wheels:
name: Build wheels and Upload name: Build wheels and Upload
@@ -39,7 +39,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12"] python-version: ["3.10", "3.11", "3.12"]
torch-version: ["2.4.1", "2.5.1", "2.6.0", "2.7.0"] torch-version: ["2.4.1", "2.5.1", "2.6.0", "2.7.0"]
# https://developer.nvidia.com/cuda-toolkit-archive # https://developer.nvidia.com/cuda-toolkit-archive
cuda-version: ["11.8.0", "12.4.1", "12.6.3", "12.8.1"] cuda-version: ["11.8.0", "12.4.1", "12.6.3"]
exclude: exclude:
# torch < 2.2 does not support Python 3.12 # torch < 2.2 does not support Python 3.12
- python-version: "3.12" - python-version: "3.12"