File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ binary_common: &binary_common
113
113
build_version :
114
114
description : " version number of release binary; by default, build a nightly"
115
115
type : string
116
- default : " "
116
+ default : " 0.10.0 "
117
117
pytorch_version :
118
118
description : " PyTorch version to build against; by default, use a nightly"
119
119
type : string
120
- default : " "
120
+ default : " 1.9.0 "
121
121
# Don't edit these
122
122
python_version :
123
123
description : " Python version to build against (e.g., 3.7)"
Original file line number Diff line number Diff line change @@ -113,11 +113,11 @@ binary_common: &binary_common
113
113
build_version:
114
114
description: "version number of release binary; by default, build a nightly"
115
115
type: string
116
- default: ""
116
+ default: "0.10.0 "
117
117
pytorch_version:
118
118
description: "PyTorch version to build against; by default, use a nightly"
119
119
type: string
120
- default: ""
120
+ default: "1.9.0 "
121
121
# Don't edit these
122
122
python_version:
123
123
description: "Python version to build against (e.g., 3.7)"
You can’t perform that action at this time.
0 commit comments