File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ PIP_UPLOAD_FOLDER='nightly/'
73
73
# We put this here so that OVERRIDE_PACKAGE_VERSION below can read from it
74
74
export DATE=" $( date -u +%Y%m%d) "
75
75
# TODO: We should be pulling semver version from the base version.txt
76
- BASE_BUILD_VERSION=" 1.8 .0.dev$DATE "
76
+ BASE_BUILD_VERSION=" 1.9 .0.dev$DATE "
77
77
# Change BASE_BUILD_VERSION to git tag when on a git tag
78
78
# Use 'git -C' to make doubly sure we're in the correct directory for checking
79
79
# the git tag
@@ -136,7 +136,7 @@ if [[ "${BUILD_FOR_SYSTEM:-}" == "windows" ]]; then
136
136
fi
137
137
138
138
export DATE="$DATE "
139
- export NIGHTLIES_DATE_PREAMBLE=1.8 .0.dev
139
+ export NIGHTLIES_DATE_PREAMBLE=1.9 .0.dev
140
140
export PYTORCH_BUILD_VERSION="$PYTORCH_BUILD_VERSION "
141
141
export PYTORCH_BUILD_NUMBER="$PYTORCH_BUILD_NUMBER "
142
142
export OVERRIDE_PACKAGE_VERSION="$PYTORCH_BUILD_VERSION "
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ repositories {
34
34
35
35
dependencies {
36
36
...
37
- implementation 'org.pytorch:pytorch_android:1.8 .0-SNAPSHOT'
38
- implementation 'org.pytorch:pytorch_android_torchvision:1.8 .0-SNAPSHOT'
37
+ implementation 'org.pytorch:pytorch_android:1.9 .0-SNAPSHOT'
38
+ implementation 'org.pytorch:pytorch_android_torchvision:1.9 .0-SNAPSHOT'
39
39
...
40
40
}
41
41
```
Original file line number Diff line number Diff line change @@ -149,8 +149,8 @@ dependencies {
149
149
// nativeBuildImplementation(name: 'pytorch_android_torchvision-release', ext: 'aar')
150
150
// extractForNativeBuild(name: 'pytorch_android-release', ext: 'aar')
151
151
152
- nightlyImplementation ' org.pytorch:pytorch_android:1.8 .0-SNAPSHOT'
153
- nightlyImplementation ' org.pytorch:pytorch_android_torchvision:1.8 .0-SNAPSHOT'
152
+ nightlyImplementation ' org.pytorch:pytorch_android:1.9 .0-SNAPSHOT'
153
+ nightlyImplementation ' org.pytorch:pytorch_android_torchvision:1.9 .0-SNAPSHOT'
154
154
155
155
aarImplementation(name :' pytorch_android' , ext :' aar' )
156
156
aarImplementation(name :' pytorch_android_torchvision' , ext :' aar' )
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ enum class TrainingMode {
20
20
// onnx::IR_VERSION. with this change, the test_operators.py will be more
21
21
// stable. only bump it when it's necessary
22
22
static const size_t IR_VERSION = 6 ;
23
- static const char * PRODUCER_VERSION = " 1.8 " ;
23
+ static const char * PRODUCER_VERSION = " 1.9 " ;
24
24
}} // namespace torch::onnx
Original file line number Diff line number Diff line change 1
- 1.8 .0a0
1
+ 1.9 .0a0
You can’t perform that action at this time.
0 commit comments