Commit 2f46070f authored by Edward Z. Yang's avatar Edward Z. Yang
Browse files

Roll torchvision master to 0.5.0


Signed-off-by: default avatarEdward Z. Yang <ezyang@fb.com>
parent 155de2b4
...@@ -4,7 +4,7 @@ set -ex ...@@ -4,7 +4,7 @@ set -ex
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
. "$script_dir/pkg_helpers.bash" . "$script_dir/pkg_helpers.bash"
setup_env 0.4.0 setup_env 0.5.0
export SOURCE_ROOT_DIR="$PWD" export SOURCE_ROOT_DIR="$PWD"
setup_conda_pytorch_constraint setup_conda_pytorch_constraint
setup_conda_cudatoolkit_constraint setup_conda_cudatoolkit_constraint
......
...@@ -4,7 +4,7 @@ set -ex ...@@ -4,7 +4,7 @@ set -ex
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
. "$script_dir/pkg_helpers.bash" . "$script_dir/pkg_helpers.bash"
setup_env 0.4.0 setup_env 0.5.0
setup_wheel_python setup_wheel_python
pip_install numpy pyyaml future ninja pip_install numpy pyyaml future ninja
setup_pip_pytorch_version setup_pip_pytorch_version
......
...@@ -29,7 +29,7 @@ def get_dist(pkgname): ...@@ -29,7 +29,7 @@ def get_dist(pkgname):
return None return None
version = '0.4.0a0' version = '0.5.0a0'
sha = 'Unknown' sha = 'Unknown'
package_name = 'torchvision' package_name = 'torchvision'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment