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