@@ -94,7 +94,7 @@ commands:
94
94
- << parameters.install-dir >>
95
95
96
96
install-cudnn :
97
- description : " Install CUDNN 8.9 .1"
97
+ description : " Install CUDNN 8.8 .1"
98
98
parameters :
99
99
os :
100
100
type : string
@@ -104,10 +104,10 @@ commands:
104
104
default : " x86_64"
105
105
cudnn-version :
106
106
type : string
107
- default : " 8.9 .1.23 "
107
+ default : " 8.8 .1.3 "
108
108
cuda-version :
109
109
type : string
110
- default : " cuda12.1 "
110
+ default : " cuda12.0 "
111
111
steps :
112
112
- run :
113
113
name : Install CUDNN
@@ -183,7 +183,7 @@ commands:
183
183
default : " cuda12.0"
184
184
cudnn-version :
185
185
type : string
186
- default : " 8.9 .1.23 "
186
+ default : " 8.8 .1.3 "
187
187
trt-version-short :
188
188
type : string
189
189
default : " 8.6.1"
@@ -235,7 +235,7 @@ commands:
235
235
default : " 8.6.1"
236
236
cudnn-version-long :
237
237
type : string
238
- default : " 8.9 .1.23 "
238
+ default : " 8.8 .1.3 "
239
239
steps :
240
240
- run :
241
241
name : Set up python environment
@@ -252,13 +252,13 @@ commands:
252
252
parameters :
253
253
torch-build :
254
254
type : string
255
- default : " 2.1.0.dev20230619+cu121.with.pypi.cudnn "
255
+ default : " 2.1.0.dev20230619+cu121"
256
256
torchvision-build :
257
257
type : string
258
258
default : " 0.16.0.dev20230619+cu121"
259
259
torch-build-index :
260
260
type : string
261
- default : " https://download.pytorch.org/whl/nightly/cu121_pypi_cudnn "
261
+ default : " https://download.pytorch.org/whl/nightly/cu121 "
262
262
torchvision-build-index :
263
263
type : string
264
264
default : " https://download.pytorch.org/whl/nightly/cu121"
@@ -1338,13 +1338,13 @@ parameters:
1338
1338
# Nightly platform config
1339
1339
torch-build :
1340
1340
type : string
1341
- default : " 2.1.0.dev20230619+cu121.with.pypi.cudnn "
1341
+ default : " 2.1.0.dev20230619+cu121"
1342
1342
torchvision-build :
1343
1343
type : string
1344
1344
default : " 0.16.0.dev20230619+cu121"
1345
1345
torch-build-index :
1346
1346
type : string
1347
- default : " https://download.pytorch.org/whl/nightly/cu121_pypi_cudnn "
1347
+ default : " https://download.pytorch.org/whl/nightly/cu121 "
1348
1348
torch-build-legacy :
1349
1349
type : string
1350
1350
default : " 1.13.1+cu117"
@@ -1359,7 +1359,7 @@ parameters:
1359
1359
default : true
1360
1360
cudnn-version :
1361
1361
type : string
1362
- default : " 8.9 .1.23 "
1362
+ default : " 8.8 .1.3 "
1363
1363
trt-version-short :
1364
1364
type : string
1365
1365
default : " 8.6.1"
0 commit comments