We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18421a9 commit b13bdc9Copy full SHA for b13bdc9
.github/workflows/docker-build.yml
@@ -24,6 +24,7 @@ jobs:
24
- "3.12"
25
pytorch:
26
- "2.1.2"
27
+ - "2.2.0"
28
- "2.2.1"
29
exclude:
30
- python: "3.12"
@@ -96,6 +97,7 @@ jobs:
96
97
98
99
100
101
102
cuda:
103
- "11.8.0"
@@ -175,6 +177,7 @@ jobs:
175
177
176
178
179
180
181
182
rocm:
183
- "5.6"
@@ -184,6 +187,8 @@ jobs:
184
187
185
188
- pytorch: "2.2.1"
186
189
rocm: "5.6"
190
+ - pytorch: "2.2.0"
191
+ rocm: "5.6"
192
- pytorch: "2.1.2"
193
rocm: "5.7"
194
0 commit comments