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 @@ -45,11 +45,11 @@ binary_common: &binary_common
4545 build_version :
4646 description : " version number of release binary; by default, build a nightly"
4747 type : string
48- default : " "
48+ default : " 0.6.0 "
4949 pytorch_version :
5050 description : " PyTorch version to build against; by default, use a nightly"
5151 type : string
52- default : " "
52+ default : " 1.6.0 "
5353 # Don't edit these
5454 python_version :
5555 description : " Python version to build against (e.g., 3.8)"
Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ binary_common: &binary_common
4545 build_version:
4646 description: "version number of release binary; by default, build a nightly"
4747 type: string
48- default: ""
48+ default: "0.6.0 "
4949 pytorch_version:
5050 description: "PyTorch version to build against; by default, use a nightly"
5151 type: string
52- default: ""
52+ default: "1.6.0 "
5353 # Don't edit these
5454 python_version:
5555 description: "Python version to build against (e.g., 3.8)"
You can’t perform that action at this time.
0 commit comments