mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-11 22:34:53 +08:00
move nightlies to 1.1.0xxx
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/19069 Differential Revision: D14854600 Pulled By: soumith fbshipit-source-id: 85c703bddbd47c1b3914d58ab9521ed22ddeb62a
This commit is contained in:
committed by
Facebook Github Bot
parent
ba77eadbca
commit
25bd28c3a0
@ -610,7 +610,7 @@ binary_populate_env: &binary_populate_env
|
||||
|
||||
# We put this here so that OVERRIDE_PACKAGE_VERSION below can read from it
|
||||
export DATE="$(date -u +%Y%m%d)"
|
||||
export PYTORCH_BUILD_VERSION="1.0.0.dev$DATE"
|
||||
export PYTORCH_BUILD_VERSION="1.1.0.dev$DATE"
|
||||
export PYTORCH_BUILD_NUMBER=1
|
||||
|
||||
cat >>"$envfile" <<EOL
|
||||
@ -625,7 +625,7 @@ binary_populate_env: &binary_populate_env
|
||||
export BUILD_PYTHONLESS="$BUILD_PYTHONLESS"
|
||||
|
||||
export DATE="$DATE"
|
||||
export NIGHTLIES_DATE_PREAMBLE=1.0.0.dev
|
||||
export NIGHTLIES_DATE_PREAMBLE=1.1.0.dev
|
||||
export PYTORCH_BUILD_VERSION="$PYTORCH_BUILD_VERSION"
|
||||
export PYTORCH_BUILD_NUMBER="$PYTORCH_BUILD_NUMBER"
|
||||
export OVERRIDE_PACKAGE_VERSION="$PYTORCH_BUILD_VERSION"
|
||||
|
||||
@ -53,7 +53,7 @@ binary_populate_env: &binary_populate_env
|
||||
|
||||
# We put this here so that OVERRIDE_PACKAGE_VERSION below can read from it
|
||||
export DATE="$(date -u +%Y%m%d)"
|
||||
export PYTORCH_BUILD_VERSION="1.0.0.dev$DATE"
|
||||
export PYTORCH_BUILD_VERSION="1.1.0.dev$DATE"
|
||||
export PYTORCH_BUILD_NUMBER=1
|
||||
|
||||
cat >>"$envfile" <<EOL
|
||||
@ -68,7 +68,7 @@ binary_populate_env: &binary_populate_env
|
||||
export BUILD_PYTHONLESS="$BUILD_PYTHONLESS"
|
||||
|
||||
export DATE="$DATE"
|
||||
export NIGHTLIES_DATE_PREAMBLE=1.0.0.dev
|
||||
export NIGHTLIES_DATE_PREAMBLE=1.1.0.dev
|
||||
export PYTORCH_BUILD_VERSION="$PYTORCH_BUILD_VERSION"
|
||||
export PYTORCH_BUILD_NUMBER="$PYTORCH_BUILD_NUMBER"
|
||||
export OVERRIDE_PACKAGE_VERSION="$PYTORCH_BUILD_VERSION"
|
||||
|
||||
Reference in New Issue
Block a user