Skip to content

Commit c9145a6

Browse files
committed
with_pypi_cudnn_experiment
1 parent 35cf342 commit c9145a6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,13 @@ commands:
252252
parameters:
253253
torch-build:
254254
type: string
255-
default: "2.1.0.dev20230613+cu121.with.pypi.cudnn"
255+
default: "2.1.0.dev20230613+cu121"
256256
torchvision-build:
257257
type: string
258258
default: "0.16.0.dev20230613+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.dev20230613+cu121.with.pypi.cudnn"
1341+
default: "2.1.0.dev20230613+cu121"
13421342
torchvision-build:
13431343
type: string
13441344
default: "0.16.0.dev20230613+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"

py/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ numpy
22
packaging
33
pybind11==2.6.2
44
--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
77
torchvision==0.16.0.dev20230613+cu121
88
--extra-index-url https://pypi.ngc.nvidia.com
99
tensorrt==8.6.1

0 commit comments

Comments
 (0)