File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ binary_common: &binary_common
12
12
build_version :
13
13
description : " version number of release binary; by default, build a nightly"
14
14
type : string
15
- default : " 0.4.1 "
15
+ default : " 0.4.2 "
16
16
pytorch_version :
17
17
description : " PyTorch version to build against; by default, use a nightly"
18
18
type : string
@@ -170,7 +170,7 @@ workflows:
170
170
build :
171
171
jobs :
172
172
- circleci_consistency
173
- #
173
+
174
174
- binary_linux_wheel :
175
175
name : binary_linux_wheel_py2.7_cpu
176
176
python_version : " 2.7"
@@ -374,7 +374,7 @@ workflows:
374
374
name : binary_macos_conda_py3.7_cpu
375
375
python_version : " 3.7"
376
376
cu_version : " cpu"
377
-
377
+ #
378
378
- binary_linux_wheel :
379
379
name : nightly_binary_linux_wheel_py2.7_cpu
380
380
python_version : " 2.7"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ binary_common: &binary_common
12
12
build_version:
13
13
description: "version number of release binary; by default, build a nightly"
14
14
type: string
15
- default: "0.4.1 "
15
+ default: "0.4.2 "
16
16
pytorch_version:
17
17
description: "PyTorch version to build against; by default, use a nightly"
18
18
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.4.1
8
+ setup_env 0.4.2
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.4.1
8
+ setup_env 0.4.2
9
9
setup_wheel_python
10
10
pip_install numpy pyyaml future ninja
11
11
setup_pip_pytorch_version
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def get_dist(pkgname):
30
30
return None
31
31
32
32
33
- version = '0.4.1a0 '
33
+ version = '0.4.2a0 '
34
34
sha = 'Unknown'
35
35
package_name = 'torchvision'
36
36
You can’t perform that action at this time.
0 commit comments