File tree 2 files changed +4
-4
lines changed
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
15
15
build_version :
16
16
description : " version number of release binary; by default, build a nightly"
17
17
type : string
18
- default : " "
18
+ default : " 0.5.0 "
19
19
pytorch_version :
20
20
description : " PyTorch version to build against; by default, use a nightly"
21
21
type : string
22
- default : " "
22
+ default : " 1.5.0 "
23
23
# Don't edit these
24
24
python_version :
25
25
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
15
15
build_version:
16
16
description: "version number of release binary; by default, build a nightly"
17
17
type: string
18
- default: ""
18
+ default: "0.5.0 "
19
19
pytorch_version:
20
20
description: "PyTorch version to build against; by default, use a nightly"
21
21
type: string
22
- default: ""
22
+ default: "1.5.0 "
23
23
# Don't edit these
24
24
python_version:
25
25
description: "Python version to build against (e.g., 3.8)"
You can’t perform that action at this time.
0 commit comments