39
39
# from https://download.pytorch.org/whl/torch_stable.html
40
40
# Note: There are no torch versions for CUDA 11.2
41
41
#
42
- # 1.10 supports: cuda10.2 (default), 11.1, 11.3
42
+ # 1.10.x supports: cuda10.2 (default), 11.1, 11.3
43
43
# 1.9.x supports: cuda10.2 (default), 11.1
44
44
# PyTorch 1.8.x supports: cuda 10.1, 10.2 (default), 11.1
45
45
# PyTorch 1.7.x supports: cuda 10.1, 10.2 (default), 11.0
49
49
# CUDA 11.3 is for torch 1.10
50
50
cuda : ["10.1", "10.2", "11.0", "11.1", "11.3"]
51
51
gcc : ["7"]
52
- torch : ["1.5.0", "1.5.1", "1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1", "1.9.0", "1.9.1", "1.10"]
52
+ torch : ["1.5.0", "1.5.1", "1.6.0", "1.7.0", "1.7.1", "1.8.0", "1.8.1", "1.9.0", "1.9.1", "1.10.0", "1.10.1", "1.10.2 "]
53
53
#
54
- # Python 3.9 is for PyTorch 1.7.1, 1.8.0, 1.8.1, 1.9.x, 1.10
54
+ # Python 3.9 is for PyTorch 1.7.1, 1.8.0, 1.8.1, 1.9.x, 1.10.x
55
55
python-version : [3.6, 3.7, 3.8, 3.9]
56
56
exclude :
57
57
- cuda : " 11.3" # exclude 11.3 for [1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1]
72
72
torch : " 1.9.0"
73
73
- cuda : " 11.3"
74
74
torch : " 1.9.1"
75
- - cuda : " 11.0" # exclude 11.0 for [1.5.0, 1.5.1, 1.6.0, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10]
75
+ - cuda : " 11.0" # exclude 11.0 for [1.5.0, 1.5.1, 1.6.0, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2 ]
76
76
torch : " 1.5.0"
77
77
- cuda : " 11.0"
78
78
torch : " 1.5.1"
87
87
- cuda : " 11.0"
88
88
torch : " 1.9.1"
89
89
- cuda : " 11.0"
90
- torch : " 1.10"
90
+ torch : " 1.10.0"
91
+ - cuda : " 11.0"
92
+ torch : " 1.10.1"
93
+ - cuda : " 11.0"
94
+ torch : " 1.10.2"
91
95
- cuda : " 11.1" # exclude 11.1 for [1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.7.1]
92
96
torch : " 1.5.0"
93
97
- cuda : " 11.1"
@@ -98,12 +102,16 @@ jobs:
98
102
torch : " 1.7.0"
99
103
- cuda : " 11.1"
100
104
torch : " 1.7.1"
101
- - cuda : " 10.1" # exclude CUDA 10.1 for [1.9.0, 1.9.1, 1.10]
105
+ - cuda : " 10.1" # exclude CUDA 10.1 for [1.9.0, 1.9.1, 1.10.0, 10.1, 10.2 ]
102
106
torch : " 1.9.0"
103
107
- cuda : " 10.1"
104
108
torch : " 1.9.1"
105
109
- cuda : " 10.1"
106
- torch : " 1.10"
110
+ torch : " 1.10.0"
111
+ - cuda : " 10.1"
112
+ torch : " 1.10.1"
113
+ - cuda : " 10.1"
114
+ torch : " 1.10.2"
107
115
- python-version : 3.9 # exclude Python 3.9 for [1.5.0, 1.5.1, 1.6.0, 1.7.0]
108
116
torch : " 1.5.0"
109
117
- python-version : 3.9
0 commit comments