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