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