@@ -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.9.0 "
98
98
parameters :
99
99
os :
100
100
type : string
@@ -104,7 +104,7 @@ commands:
104
104
default : " x86_64"
105
105
cudnn-version :
106
106
type : string
107
- default : " 8.9.1.23 "
107
+ default : " 8.9.0.131 "
108
108
cuda-version :
109
109
type : string
110
110
default : " cuda12.1"
@@ -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.9.0.131 "
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.9.0.131 "
239
239
steps :
240
240
- run :
241
241
name : Set up python environment
@@ -252,19 +252,22 @@ commands:
252
252
parameters :
253
253
torch-build :
254
254
type : string
255
- default : " 2.1.0.dev20230613+cu121"
255
+ default : " 2.1.0.dev20230613+cu121.with.pypi.cudnn.with.pypi.cudnn "
256
256
torchvision-build :
257
257
type : string
258
258
default : " 0.16.0.dev20230613+cu121"
259
259
torch-build-index :
260
+ type : string
261
+ default : " https://download.pytorch.org/whl/nightly/cu121_pypi_cudnn"
262
+ torchvision-build-index :
260
263
type : string
261
264
default : " https://download.pytorch.org/whl/nightly/cu121"
262
265
steps :
263
266
- run :
264
267
name : Install Torch
265
268
command : |
266
269
pip3 install --upgrade pip
267
- pip3 install torch==<< parameters.torch-build >> torchvision==<< parameters.torchvision-build >> --extra-index-url << parameters.torch-build-index >>
270
+ pip3 install torch==<< parameters.torch-build >> torchvision==<< parameters.torchvision-build >> --extra-index-url << parameters.torch-build-index >> --extra-index-url << parameters.torchvision-build-index >>
268
271
269
272
build-py :
270
273
description : " Build the torch-tensorrt python release (pre-cxx11-abi)"
@@ -1335,13 +1338,13 @@ parameters:
1335
1338
# Nightly platform config
1336
1339
torch-build :
1337
1340
type : string
1338
- default : " 2.1.0.dev20230613+cu121"
1341
+ default : " 2.1.0.dev20230613+cu121.with.pypi.cudnn "
1339
1342
torchvision-build :
1340
1343
type : string
1341
1344
default : " 0.16.0.dev20230613+cu121"
1342
1345
torch-build-index :
1343
1346
type : string
1344
- default : " https://download.pytorch.org/whl/nightly/cu121 "
1347
+ default : " https://download.pytorch.org/whl/nightly/cu121_pypi_cudnn "
1345
1348
torch-build-legacy :
1346
1349
type : string
1347
1350
default : " 1.13.1+cu117"
@@ -1356,7 +1359,7 @@ parameters:
1356
1359
default : true
1357
1360
cudnn-version :
1358
1361
type : string
1359
- default : " 8.9.1.23 "
1362
+ default : " 8.9.0.131 "
1360
1363
trt-version-short :
1361
1364
type : string
1362
1365
default : " 8.6.1"
0 commit comments