mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Bump version: 1.14.0->2.0.0 (#90491)
Except for the usual location, had to update the version in one of ONNX expect patterns, namely here: 43660051d8/test/onnx/expect/TestOperators.test_avg_pool2d.expect (L3)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/90491
Approved by: https://github.com/jansel, https://github.com/albanD
This commit is contained in:
committed by
PyTorch MergeBot
parent
ff5a3592e7
commit
6fb79b7004
@ -33,7 +33,7 @@ fi
|
|||||||
cp ${PROJ_ROOT}/LICENSE ${ZIP_DIR}/
|
cp ${PROJ_ROOT}/LICENSE ${ZIP_DIR}/
|
||||||
# zip the library
|
# zip the library
|
||||||
export DATE="$(date -u +%Y%m%d)"
|
export DATE="$(date -u +%Y%m%d)"
|
||||||
export IOS_NIGHTLY_BUILD_VERSION="1.14.0.${DATE}"
|
export IOS_NIGHTLY_BUILD_VERSION="2.0.0.${DATE}"
|
||||||
if [ "${BUILD_LITE_INTERPRETER}" == "1" ]; then
|
if [ "${BUILD_LITE_INTERPRETER}" == "1" ]; then
|
||||||
# libtorch_lite_ios_nightly_1.11.0.20210810.zip
|
# libtorch_lite_ios_nightly_1.11.0.20210810.zip
|
||||||
ZIPFILE="libtorch_lite_ios_nightly_${IOS_NIGHTLY_BUILD_VERSION}.zip"
|
ZIPFILE="libtorch_lite_ios_nightly_${IOS_NIGHTLY_BUILD_VERSION}.zip"
|
||||||
|
@ -59,7 +59,7 @@ PIP_UPLOAD_FOLDER='nightly/'
|
|||||||
# We put this here so that OVERRIDE_PACKAGE_VERSION below can read from it
|
# We put this here so that OVERRIDE_PACKAGE_VERSION below can read from it
|
||||||
export DATE="$(date -u +%Y%m%d)"
|
export DATE="$(date -u +%Y%m%d)"
|
||||||
#TODO: We should be pulling semver version from the base version.txt
|
#TODO: We should be pulling semver version from the base version.txt
|
||||||
BASE_BUILD_VERSION="1.14.0.dev$DATE"
|
BASE_BUILD_VERSION="2.0.0.dev$DATE"
|
||||||
# Change BASE_BUILD_VERSION to git tag when on a git tag
|
# Change BASE_BUILD_VERSION to git tag when on a git tag
|
||||||
# Use 'git -C' to make doubly sure we're in the correct directory for checking
|
# Use 'git -C' to make doubly sure we're in the correct directory for checking
|
||||||
# the git tag
|
# the git tag
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
ABI_FILTERS=armeabi-v7a,arm64-v8a,x86,x86_64
|
ABI_FILTERS=armeabi-v7a,arm64-v8a,x86,x86_64
|
||||||
|
|
||||||
VERSION_NAME=1.14.0-SNAPSHOT
|
VERSION_NAME=2.0.0-SNAPSHOT
|
||||||
GROUP=org.pytorch
|
GROUP=org.pytorch
|
||||||
MAVEN_GROUP=org.pytorch
|
MAVEN_GROUP=org.pytorch
|
||||||
SONATYPE_STAGING_PROFILE=orgpytorch
|
SONATYPE_STAGING_PROFILE=orgpytorch
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
ir_version: 7
|
ir_version: 7
|
||||||
producer_name: "pytorch"
|
producer_name: "pytorch"
|
||||||
producer_version: "1.14.0"
|
producer_version: "2.0.0"
|
||||||
graph {
|
graph {
|
||||||
node {
|
node {
|
||||||
output: "onnx::Pad_1"
|
output: "onnx::Pad_1"
|
||||||
|
@ -1 +1 @@
|
|||||||
1.14.0a0
|
2.0.0a0
|
||||||
|
Reference in New Issue
Block a user