File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
10
10
. " $script_dir /pkg_helpers.bash"
11
11
12
12
export BUILD_TYPE=conda
13
- setup_env 0.8 .0
13
+ setup_env 0.9 .0
14
14
export SOURCE_ROOT_DIR=" $PWD "
15
15
setup_conda_pytorch_constraint
16
16
setup_conda_cudatoolkit_plain_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=conda
8
- setup_env 0.8 .0
8
+ setup_env 0.9 .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.8 .0
8
+ setup_env 0.9 .0
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 @@ -144,7 +144,7 @@ if "%CUDA_VERSION%" == "cpu" (
144
144
:: pytorch-nightly==1.0.0.dev20180908
145
145
:: or in manylinux like
146
146
:: torch_nightly-1.0.0.dev20180908-cp27-cp27m-linux_x86_64.whl
147
- if " %TORCHVISION_BUILD_VERSION% " == " " set TORCHVISION_BUILD_VERSION = 0.8 .0.dev%NIGHTLIES_DATE_COMPACT%
147
+ if " %TORCHVISION_BUILD_VERSION% " == " " set TORCHVISION_BUILD_VERSION = 0.9 .0.dev%NIGHTLIES_DATE_COMPACT%
148
148
149
149
if " %~1 " == " Wheels" (
150
150
if not " %CUDA_VERSION% " == " 102" (
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def get_dist(pkgname):
29
29
return None
30
30
31
31
32
- version = '0.8 .0a0'
32
+ version = '0.9 .0a0'
33
33
sha = 'Unknown'
34
34
package_name = 'torchvision'
35
35
You can’t perform that action at this time.
0 commit comments