Skip to content

Commit ca1a620

Browse files
authored
[v0.10.1] .circleci: Bump version for pytorch 1.9.1 (#4399)
1 parent 178d983 commit ca1a620

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
@@ -109,11 +109,11 @@ binary_common: &binary_common
109109
build_version:
110110
description: "version number of release binary; by default, build a nightly"
111111
type: string
112-
default: "0.10.0"
112+
default: "0.10.1"
113113
pytorch_version:
114114
description: "PyTorch version to build against; by default, use a nightly"
115115
type: string
116-
default: "1.9.0"
116+
default: "1.9.1"
117117
# Don't edit these
118118
python_version:
119119
description: "Python version to build against (e.g., 3.7)"

.circleci/config.yml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ binary_common: &binary_common
109109
build_version:
110110
description: "version number of release binary; by default, build a nightly"
111111
type: string
112-
default: "0.10.0"
112+
default: "0.10.1"
113113
pytorch_version:
114114
description: "PyTorch version to build against; by default, use a nightly"
115115
type: string
116-
default: "1.9.0"
116+
default: "1.9.1"
117117
# Don't edit these
118118
python_version:
119119
description: "Python version to build against (e.g., 3.7)"

0 commit comments

Comments
 (0)