mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
bump nightlies to 1.9.0 (#51891)
Summary: similar to https://github.com/pytorch/pytorch/pull/45696 Signed-off-by: Eli Uriegas <eliuriegas@fb.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/51891 Reviewed By: izdeby Differential Revision: D26318646 Pulled By: seemethere fbshipit-source-id: 757194845c758a24eed2d0550866ba890e7a0b58
This commit is contained in:
committed by
Facebook GitHub Bot
parent
faaff0cd9b
commit
9653161fb4
@ -73,7 +73,7 @@ PIP_UPLOAD_FOLDER='nightly/'
|
||||
# We put this here so that OVERRIDE_PACKAGE_VERSION below can read from it
|
||||
export DATE="$(date -u +%Y%m%d)"
|
||||
#TODO: We should be pulling semver version from the base version.txt
|
||||
BASE_BUILD_VERSION="1.8.0.dev$DATE"
|
||||
BASE_BUILD_VERSION="1.9.0.dev$DATE"
|
||||
# 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
|
||||
# the git tag
|
||||
@ -136,7 +136,7 @@ if [[ "${BUILD_FOR_SYSTEM:-}" == "windows" ]]; then
|
||||
fi
|
||||
|
||||
export DATE="$DATE"
|
||||
export NIGHTLIES_DATE_PREAMBLE=1.8.0.dev
|
||||
export NIGHTLIES_DATE_PREAMBLE=1.9.0.dev
|
||||
export PYTORCH_BUILD_VERSION="$PYTORCH_BUILD_VERSION"
|
||||
export PYTORCH_BUILD_NUMBER="$PYTORCH_BUILD_NUMBER"
|
||||
export OVERRIDE_PACKAGE_VERSION="$PYTORCH_BUILD_VERSION"
|
||||
|
@ -34,8 +34,8 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
...
|
||||
implementation 'org.pytorch:pytorch_android:1.8.0-SNAPSHOT'
|
||||
implementation 'org.pytorch:pytorch_android_torchvision:1.8.0-SNAPSHOT'
|
||||
implementation 'org.pytorch:pytorch_android:1.9.0-SNAPSHOT'
|
||||
implementation 'org.pytorch:pytorch_android_torchvision:1.9.0-SNAPSHOT'
|
||||
...
|
||||
}
|
||||
```
|
||||
|
@ -149,8 +149,8 @@ dependencies {
|
||||
//nativeBuildImplementation(name: 'pytorch_android_torchvision-release', ext: 'aar')
|
||||
//extractForNativeBuild(name: 'pytorch_android-release', ext: 'aar')
|
||||
|
||||
nightlyImplementation 'org.pytorch:pytorch_android:1.8.0-SNAPSHOT'
|
||||
nightlyImplementation 'org.pytorch:pytorch_android_torchvision:1.8.0-SNAPSHOT'
|
||||
nightlyImplementation 'org.pytorch:pytorch_android:1.9.0-SNAPSHOT'
|
||||
nightlyImplementation 'org.pytorch:pytorch_android_torchvision:1.9.0-SNAPSHOT'
|
||||
|
||||
aarImplementation(name:'pytorch_android', ext:'aar')
|
||||
aarImplementation(name:'pytorch_android_torchvision', ext:'aar')
|
||||
|
@ -20,5 +20,5 @@ enum class TrainingMode {
|
||||
// onnx::IR_VERSION. with this change, the test_operators.py will be more
|
||||
// stable. only bump it when it's necessary
|
||||
static const size_t IR_VERSION = 6;
|
||||
static const char* PRODUCER_VERSION = "1.8";
|
||||
static const char* PRODUCER_VERSION = "1.9";
|
||||
}} // namespace torch::onnx
|
||||
|
@ -1 +1 @@
|
||||
1.8.0a0
|
||||
1.9.0a0
|
||||
|
Reference in New Issue
Block a user