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