Skip to content

Commit fd7e535

Browse files
committed
chore: Remove dev versions of pytorch
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 7a0ee23 commit fd7e535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 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.13.0.dev20221006+cu117"
263+
default: "1.13.0"
264264
torch-build-index:
265265
type: string
266266
default: "https://download.pytorch.org/whl/cu117"
@@ -988,7 +988,7 @@ parameters:
988988
# Nightly platform config
989989
torch-build:
990990
type: string
991-
default: "1.13.0.dev20221006+cu117"
991+
default: "1.13.0"
992992
torch-build-index:
993993
type: string
994994
default: "https://download.pytorch.org/whl/nightly/cu117"

0 commit comments

Comments
 (0)