Skip to content

Commit 0d670e0

Browse files
authored
[v0.10.1] .circleci: Bump versions for pytorch 1.9.1 (#1390)
1 parent 7f5608c commit 0d670e0

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
@@ -56,11 +56,11 @@ binary_common: &binary_common
5656
build_version:
5757
description: "version number of release binary; by default, build a nightly"
5858
type: string
59-
default: "0.10.0"
59+
default: "0.10.1"
6060
pytorch_version:
6161
description: "PyTorch version to build against; by default, use a nightly"
6262
type: string
63-
default: "1.9.0"
63+
default: "1.9.1"
6464
# Don't edit these
6565
python_version:
6666
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
@@ -56,11 +56,11 @@ binary_common: &binary_common
5656
build_version:
5757
description: "version number of release binary; by default, build a nightly"
5858
type: string
59-
default: "0.10.0"
59+
default: "0.10.1"
6060
pytorch_version:
6161
description: "PyTorch version to build against; by default, use a nightly"
6262
type: string
63-
default: "1.9.0"
63+
default: "1.9.1"
6464
# Don't edit these
6565
python_version:
6666
description: "Python version to build against (e.g., 3.8)"

0 commit comments

Comments
 (0)