File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -252,13 +252,13 @@ commands:
252
252
parameters :
253
253
torch-build :
254
254
type : string
255
- default : " 2.1.0.dev20230613+cu121.with.pypi.cudnn "
255
+ default : " 2.1.0.dev20230613+cu121"
256
256
torchvision-build :
257
257
type : string
258
258
default : " 0.16.0.dev20230613+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.dev20230613+cu121.with.pypi.cudnn "
1341
+ default : " 2.1.0.dev20230613+cu121"
1342
1342
torchvision-build :
1343
1343
type : string
1344
1344
default : " 0.16.0.dev20230613+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"
Original file line number Diff line number Diff line change 2
2
packaging
3
3
pybind11 == 2.6.2
4
4
--extra-index-url https://download.pytorch.org/whl/nightly/cu121
5
- --extra-index-url https://download.pytorch.org/whl/nightly/cu121_pypi_cudnn
6
- torch == 2.1.0.dev20230613+cu121.with.pypi.cudnn
5
+ # --extra-index-url https://download.pytorch.org/whl/nightly/cu121_pypi_cudnn
6
+ torch == 2.1.0.dev20230613+cu121 # .with.pypi.cudnn
7
7
torchvision == 0.16.0.dev20230613+cu121
8
8
--extra-index-url https://pypi.ngc.nvidia.com
9
9
tensorrt == 8.6.1
You can’t perform that action at this time.
0 commit comments