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 @@ -54,11 +54,11 @@ binary_common: &binary_common
54
54
build_version :
55
55
description : " version number of release binary; by default, build a nightly"
56
56
type : string
57
- default : " 0.9.0 "
57
+ default : " 0.9.1 "
58
58
pytorch_version :
59
59
description : " PyTorch version to build against; by default, use a nightly"
60
60
type : string
61
- default : " 1.9.0 "
61
+ default : " 1.9.1 "
62
62
# Don't edit these
63
63
python_version :
64
64
description : " Python version to build against (e.g., 3.8)"
Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ binary_common: &binary_common
54
54
build_version:
55
55
description: "version number of release binary; by default, build a nightly"
56
56
type: string
57
- default: "0.9.0 "
57
+ default: "0.9.1 "
58
58
pytorch_version:
59
59
description: "PyTorch version to build against; by default, use a nightly"
60
60
type: string
61
- default: "1.9.0 "
61
+ default: "1.9.1 "
62
62
# Don't edit these
63
63
python_version:
64
64
description: "Python version to build against (e.g., 3.8)"
You can’t perform that action at this time.
0 commit comments