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 @@ -15,11 +15,11 @@ binary_common: &binary_common
1515 build_version :
1616 description : " version number of release binary; by default, build a nightly"
1717 type : string
18- default : " "
18+ default : " 0.5.0 "
1919 pytorch_version :
2020 description : " PyTorch version to build against; by default, use a nightly"
2121 type : string
22- default : " "
22+ default : " 1.5.0 "
2323 # Don't edit these
2424 python_version :
2525 description : " Python version to build against (e.g., 3.8)"
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ binary_common: &binary_common
1515 build_version:
1616 description: "version number of release binary; by default, build a nightly"
1717 type: string
18- default: ""
18+ default: "0.5.0 "
1919 pytorch_version:
2020 description: "PyTorch version to build against; by default, use a nightly"
2121 type: string
22- default: ""
22+ default: "1.5.0 "
2323 # Don't edit these
2424 python_version:
2525 description: "Python version to build against (e.g., 3.8)"
You can’t perform that action at this time.
0 commit comments