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