File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ binary_common: &binary_common
37
37
build_version :
38
38
description : " version number of release binary; by default, build a nightly"
39
39
type : string
40
- default : " 0.5.1 "
40
+ default : " 0.6.0 "
41
41
pytorch_version :
42
42
description : " PyTorch version to build against; by default, use a nightly"
43
43
type : string
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ binary_common: &binary_common
37
37
build_version:
38
38
description: "version number of release binary; by default, build a nightly"
39
39
type: string
40
- default: "0.5.1 "
40
+ default: "0.6.0 "
41
41
pytorch_version:
42
42
description: "PyTorch version to build against; by default, use a nightly"
43
43
type: string
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
5
5
. " $script_dir /pkg_helpers.bash"
6
6
7
7
export BUILD_TYPE=conda
8
- setup_env 0.5.1
8
+ setup_env 0.6.0
9
9
export SOURCE_ROOT_DIR=" $PWD "
10
10
setup_conda_pytorch_constraint
11
11
setup_conda_cudatoolkit_constraint
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
5
5
. " $script_dir /pkg_helpers.bash"
6
6
7
7
export BUILD_TYPE=wheel
8
- setup_env 0.5.1
8
+ setup_env 0.6.0
9
9
setup_wheel_python
10
10
pip_install numpy pyyaml future ninja
11
11
setup_pip_pytorch_version
You can’t perform that action at this time.
0 commit comments