This commit is contained in:
Junya Morioka
2025-05-27 22:57:11 +09:00
parent 00e91962f5
commit 08ed4d07f8
+1 -1
View File
@@ -377,7 +377,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12"] python-version: ["3.10", "3.11", "3.12"]
torch-version: ["2.3.1", "2.4.1", "2.5.1", "2.6.0", "2.7.0"] torch-version: ["2.3.1", "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"] cuda-version: ["11.8.0", "12.4.1"]
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"