You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/using-executorch-android.md
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,11 @@ The AAR artifact contains the Java library for users to integrate with their Jav
22
22
- LLaMa-specific Custom ops library.
23
23
- Comes with two ABI variants, arm64-v8a and x86\_64.
24
24
25
-
The AAR library can be used for generic Android device with arm64-v8a or x86_64 architecture. It can be used across form factors, including phones, tablets, tv boxes, etc, as it does not contain any UI components.
26
-
27
25
## Using AAR from Maven Central
28
26
29
27
ExecuTorch is available on [Maven Central](https://mvnrepository.com/artifact/org.pytorch/executorch-android).
30
28
31
-
Simply add the target [`org.pytorch:executorch-android:0.5.1`](https://repo.maven.apache.org/maven2/org/pytorch/executorch-android/0.5.1/) to your Android app dependency (build.gradle), and build your app.
29
+
Simply add the target [`org.pytorch:executorch-android:0.6.0-rc1`](https://repo.maven.apache.org/maven2/org/pytorch/executorch-android/0.6.0-rc1/) to your Android app dependency (build.gradle), and build your app.
32
30
33
31
For example:
34
32
```
@@ -40,11 +38,6 @@ dependencies {
40
38
41
39
Note: `org.pytorch:executorch-android:0.5.1` corresponds to executorch v0.5.0.
42
40
43
-
Click the screenshot below to watch the *demo video* on how to add the package and run a simple ExecuTorch model with Android Studio.
0 commit comments