Skip to content

Commit cc851b9

Browse files
committed
Set the versions.
1 parent fc852f3 commit cc851b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ binary_common: &binary_common
113113
build_version:
114114
description: "version number of release binary; by default, build a nightly"
115115
type: string
116-
default: ""
116+
default: "0.10.0"
117117
pytorch_version:
118118
description: "PyTorch version to build against; by default, use a nightly"
119119
type: string
120-
default: ""
120+
default: "1.9.0"
121121
# Don't edit these
122122
python_version:
123123
description: "Python version to build against (e.g., 3.7)"

.circleci/config.yml.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ binary_common: &binary_common
113113
build_version:
114114
description: "version number of release binary; by default, build a nightly"
115115
type: string
116-
default: ""
116+
default: "0.10.0"
117117
pytorch_version:
118118
description: "PyTorch version to build against; by default, use a nightly"
119119
type: string
120-
default: ""
120+
default: "1.9.0"
121121
# Don't edit these
122122
python_version:
123123
description: "Python version to build against (e.g., 3.7)"

0 commit comments

Comments
 (0)