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 @@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
55. " $script_dir /pkg_helpers.bash"
66
77export BUILD_TYPE=conda
8- setup_env 0.7 .0
8+ setup_env 0.8 .0
99export SOURCE_ROOT_DIR=" $PWD "
1010setup_conda_pytorch_constraint
1111setup_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 )"
55. " $script_dir /pkg_helpers.bash"
66
77export BUILD_TYPE=wheel
8- setup_env 0.7 .0
8+ setup_env 0.8 .0
99setup_wheel_python
1010pip_install numpy pyyaml future " ninja==1.9.0.post1"
1111setup_pip_pytorch_version
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ if "%CUDA_VERSION%" == "cpu" (
144144:: pytorch-nightly==1.0.0.dev20180908
145145:: or in manylinux like
146146:: torch_nightly-1.0.0.dev20180908-cp27-cp27m-linux_x86_64.whl
147- if " %TORCHVISION_BUILD_VERSION% " == " " set TORCHVISION_BUILD_VERSION = 0.7 .0.dev%NIGHTLIES_DATE_COMPACT%
147+ if " %TORCHVISION_BUILD_VERSION% " == " " set TORCHVISION_BUILD_VERSION = 0.8 .0.dev%NIGHTLIES_DATE_COMPACT%
148148
149149if " %~1 " == " Wheels" (
150150 if not " %CUDA_VERSION% " == " 102" (
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def get_dist(pkgname):
3030 return None
3131
3232
33- version = '0.7 .0a0'
33+ version = '0.8 .0a0'
3434sha = 'Unknown'
3535package_name = 'torchvision'
3636
You can’t perform that action at this time.
0 commit comments