Skip to content

Commit

Permalink
with_pypi_cudnn_experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive committed Jun 27, 2023
1 parent 35cf342 commit c9145a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,13 @@ commands:
parameters:
torch-build:
type: string
default: "2.1.0.dev20230613+cu121.with.pypi.cudnn"
default: "2.1.0.dev20230613+cu121"
torchvision-build:
type: string
default: "0.16.0.dev20230613+cu121"
torch-build-index:
type: string
default: "https://download.pytorch.org/whl/nightly/cu121_pypi_cudnn"
default: "https://download.pytorch.org/whl/nightly/cu121"
torchvision-build-index:
type: string
default: "https://download.pytorch.org/whl/nightly/cu121"
Expand Down Expand Up @@ -1338,13 +1338,13 @@ parameters:
# Nightly platform config
torch-build:
type: string
default: "2.1.0.dev20230613+cu121.with.pypi.cudnn"
default: "2.1.0.dev20230613+cu121"
torchvision-build:
type: string
default: "0.16.0.dev20230613+cu121"
torch-build-index:
type: string
default: "https://download.pytorch.org/whl/nightly/cu121_pypi_cudnn"
default: "https://download.pytorch.org/whl/nightly/cu121"
torch-build-legacy:
type: string
default: "1.13.1+cu117"
Expand Down
4 changes: 2 additions & 2 deletions py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ numpy
packaging
pybind11==2.6.2
--extra-index-url https://download.pytorch.org/whl/nightly/cu121
--extra-index-url https://download.pytorch.org/whl/nightly/cu121_pypi_cudnn
torch==2.1.0.dev20230613+cu121.with.pypi.cudnn
#--extra-index-url https://download.pytorch.org/whl/nightly/cu121_pypi_cudnn
torch==2.1.0.dev20230613+cu121#.with.pypi.cudnn
torchvision==0.16.0.dev20230613+cu121
--extra-index-url https://pypi.ngc.nvidia.com
tensorrt==8.6.1

0 comments on commit c9145a6

Please sign in to comment.