@@ -94,7 +94,7 @@ commands:
9494 - << parameters.install-dir >>
9595
9696 install-cudnn :
97- description : " Install CUDNN 8.9 .1"
97+ description : " Install CUDNN 8.8 .1"
9898 parameters :
9999 os :
100100 type : string
@@ -104,10 +104,10 @@ commands:
104104 default : " x86_64"
105105 cudnn-version :
106106 type : string
107- default : " 8.9 .1.23 "
107+ default : " 8.8 .1.3 "
108108 cuda-version :
109109 type : string
110- default : " cuda12.1 "
110+ default : " cuda12.0 "
111111 steps :
112112 - run :
113113 name : Install CUDNN
@@ -183,7 +183,7 @@ commands:
183183 default : " cuda12.0"
184184 cudnn-version :
185185 type : string
186- default : " 8.9 .1.23 "
186+ default : " 8.8 .1.3 "
187187 trt-version-short :
188188 type : string
189189 default : " 8.6.1"
@@ -235,7 +235,7 @@ commands:
235235 default : " 8.6.1"
236236 cudnn-version-long :
237237 type : string
238- default : " 8.9 .1.23 "
238+ default : " 8.8 .1.3 "
239239 steps :
240240 - run :
241241 name : Set up python environment
@@ -252,13 +252,13 @@ commands:
252252 parameters :
253253 torch-build :
254254 type : string
255- default : " 2.1.0.dev20230619+cu121.with.pypi.cudnn "
255+ default : " 2.1.0.dev20230619+cu121"
256256 torchvision-build :
257257 type : string
258258 default : " 0.16.0.dev20230619+cu121"
259259 torch-build-index :
260260 type : string
261- default : " https://download.pytorch.org/whl/nightly/cu121_pypi_cudnn "
261+ default : " https://download.pytorch.org/whl/nightly/cu121 "
262262 torchvision-build-index :
263263 type : string
264264 default : " https://download.pytorch.org/whl/nightly/cu121"
@@ -1338,13 +1338,13 @@ parameters:
13381338 # Nightly platform config
13391339 torch-build :
13401340 type : string
1341- default : " 2.1.0.dev20230619+cu121.with.pypi.cudnn "
1341+ default : " 2.1.0.dev20230619+cu121"
13421342 torchvision-build :
13431343 type : string
13441344 default : " 0.16.0.dev20230619+cu121"
13451345 torch-build-index :
13461346 type : string
1347- default : " https://download.pytorch.org/whl/nightly/cu121_pypi_cudnn "
1347+ default : " https://download.pytorch.org/whl/nightly/cu121 "
13481348 torch-build-legacy :
13491349 type : string
13501350 default : " 1.13.1+cu117"
@@ -1359,7 +1359,7 @@ parameters:
13591359 default : true
13601360 cudnn-version :
13611361 type : string
1362- default : " 8.9 .1.23 "
1362+ default : " 8.8 .1.3 "
13631363 trt-version-short :
13641364 type : string
13651365 default : " 8.6.1"
0 commit comments