Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
d559ad87
"...git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "e982b433ade1508a4a06b32d724040fb3278a329"
Unverified
Commit
d559ad87
authored
Oct 27, 2020
by
Francisco Massa
Committed by
GitHub
Oct 27, 2020
Browse files
Bump nightlies to 0.9.0 (#2838)
parent
ff538ac4
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
packaging/build_cmake.sh
packaging/build_cmake.sh
+1
-1
packaging/build_conda.sh
packaging/build_conda.sh
+1
-1
packaging/build_wheel.sh
packaging/build_wheel.sh
+1
-1
packaging/windows/internal/nightly_defaults.bat
packaging/windows/internal/nightly_defaults.bat
+1
-1
setup.py
setup.py
+1
-1
No files found.
packaging/build_cmake.sh
View file @
d559ad87
...
@@ -10,7 +10,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
...
@@ -10,7 +10,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
.
"
$script_dir
/pkg_helpers.bash"
.
"
$script_dir
/pkg_helpers.bash"
export
BUILD_TYPE
=
conda
export
BUILD_TYPE
=
conda
setup_env 0.
8
.0
setup_env 0.
9
.0
export
SOURCE_ROOT_DIR
=
"
$PWD
"
export
SOURCE_ROOT_DIR
=
"
$PWD
"
setup_conda_pytorch_constraint
setup_conda_pytorch_constraint
setup_conda_cudatoolkit_plain_constraint
setup_conda_cudatoolkit_plain_constraint
...
...
packaging/build_conda.sh
View file @
d559ad87
...
@@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
...
@@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
.
"
$script_dir
/pkg_helpers.bash"
.
"
$script_dir
/pkg_helpers.bash"
export
BUILD_TYPE
=
conda
export
BUILD_TYPE
=
conda
setup_env 0.
8
.0
setup_env 0.
9
.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
...
...
packaging/build_wheel.sh
View file @
d559ad87
...
@@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
...
@@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
.
"
$script_dir
/pkg_helpers.bash"
.
"
$script_dir
/pkg_helpers.bash"
export
BUILD_TYPE
=
wheel
export
BUILD_TYPE
=
wheel
setup_env 0.
8
.0
setup_env 0.
9
.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
...
...
packaging/windows/internal/nightly_defaults.bat
View file @
d559ad87
...
@@ -144,7 +144,7 @@ if "%CUDA_VERSION%" == "cpu" (
...
@@ -144,7 +144,7 @@ if "%CUDA_VERSION%" == "cpu" (
:: pytorch-nightly==1.0.0.dev20180908
:: pytorch-nightly==1.0.0.dev20180908
:: or in manylinux like
:: or in manylinux like
:: torch_nightly-1.0.0.dev20180908-cp27-cp27m-linux_x86_64.whl
:: torch_nightly-1.0.0.dev20180908-cp27-cp27m-linux_x86_64.whl
if
"
%TORCHVISION_BUILD_VERSION%
"
==
""
set
TORCHVISION_BUILD_VERSION
=
0
.
8
.0.dev
%NIGHTLIES_DATE_COMPACT%
if
"
%TORCHVISION_BUILD_VERSION%
"
==
""
set
TORCHVISION_BUILD_VERSION
=
0
.
9
.0.dev
%NIGHTLIES_DATE_COMPACT%
if
"
%
~1"
==
"Wheels"
(
if
"
%
~1"
==
"Wheels"
(
if
not
"
%CUDA_VERSION%
"
==
"102"
(
if
not
"
%CUDA_VERSION%
"
==
"102"
(
...
...
setup.py
View file @
d559ad87
...
@@ -29,7 +29,7 @@ def get_dist(pkgname):
...
@@ -29,7 +29,7 @@ def get_dist(pkgname):
return
None
return
None
version
=
'0.
8
.0a0'
version
=
'0.
9
.0a0'
sha
=
'Unknown'
sha
=
'Unknown'
package_name
=
'torchvision'
package_name
=
'torchvision'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment