Skip to content

Commit a85b239

Browse files
authored
[v0.9.1] .circleci: Bump versions for pytorch 1.9.1 (#1760)
1 parent 4026073 commit a85b239

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ binary_common: &binary_common
5454
build_version:
5555
description: "version number of release binary; by default, build a nightly"
5656
type: string
57-
default: "0.9.0"
57+
default: "0.9.1"
5858
pytorch_version:
5959
description: "PyTorch version to build against; by default, use a nightly"
6060
type: string
61-
default: "1.9.0"
61+
default: "1.9.1"
6262
# Don't edit these
6363
python_version:
6464
description: "Python version to build against (e.g., 3.8)"

.circleci/config.yml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ binary_common: &binary_common
5454
build_version:
5555
description: "version number of release binary; by default, build a nightly"
5656
type: string
57-
default: "0.9.0"
57+
default: "0.9.1"
5858
pytorch_version:
5959
description: "PyTorch version to build against; by default, use a nightly"
6060
type: string
61-
default: "1.9.0"
61+
default: "1.9.1"
6262
# Don't edit these
6363
python_version:
6464
description: "Python version to build against (e.g., 3.8)"

0 commit comments

Comments
 (0)