Skip to content

Commit b9dde8c

Browse files
authored
Use 1.0.0 (#96)
1 parent 3e35d6d commit b9dde8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dl3/android/DeepLabV3Demo/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
dependencies {
4545
implementation("androidx.appcompat:appcompat:1.7.0")
4646
implementation("androidx.constraintlayout:constraintlayout:2.2.0")
47-
implementation("org.pytorch:executorch-android:1.0.0-rc1")
47+
implementation("org.pytorch:executorch-android:1.0.0")
4848
testImplementation("junit:junit:4.13.2")
4949
androidTestImplementation("androidx.test.ext:junit:1.1.5")
5050
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")

llm/android/LlamaDemo/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
if (useLocalAar == true) {
6464
implementation(files("libs/executorch.aar"))
6565
} else {
66-
implementation("org.pytorch:executorch-android:1.0.0-rc1")
66+
implementation("org.pytorch:executorch-android:1.0.0")
6767
}
6868
implementation("com.google.android.material:material:1.12.0")
6969
implementation("androidx.activity:activity:1.9.0")

llm/android/LlamaDemo/docs/delegates/xnnpack_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ This is running the shell script which configures the required core ExecuTorch,
166166
### Alternative: Use prebuilt AAR library
167167
Simply add ExecuTorch to your gradle dependency:
168168
```
169-
implementation("org.pytorch:executorch-android:1.0.0-rc1")
169+
implementation("org.pytorch:executorch-android:1.0.0")
170170
```
171171

172172
## Run the Android Demo App

0 commit comments

Comments
 (0)