Skip to content

Commit bd7f616

Browse files
committed
chore: Update pytorch version in circle ci
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 52edcc4 commit bd7f616

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ commands:
260260
parameters:
261261
torch-build:
262262
type: string
263-
default: "1.14.0.dev20221205+cu117"
263+
default: "2.0.0.dev20221228+cu117"
264264
torch-build-index:
265265
type: string
266266
default: "https://download.pytorch.org/whl/nightly/cu117"
@@ -989,7 +989,7 @@ parameters:
989989
# Nightly platform config
990990
torch-build:
991991
type: string
992-
default: "1.14.0.dev20221205+cu117"
992+
default: "2.0.0.dev20221228+cu117"
993993
torch-build-index:
994994
type: string
995995
default: "https://download.pytorch.org/whl/nightly/cu117"
@@ -1146,4 +1146,4 @@ workflows:
11461146
torch-build: << pipeline.parameters.torch-build >>
11471147
torch-build-index: << pipeline.parameters.torch-build-index >>
11481148
trt-version-short: << pipeline.parameters.trt-version-short >>
1149-
cudnn-version: << pipeline.parameters.cudnn-version >>
1149+
cudnn-version: << pipeline.parameters.cudnn-version >>

0 commit comments

Comments
 (0)