|
2 | 2 |
|
3 | 3 | To use from Android, ExecuTorch provides Java/Kotlin API bindings and Android platform integration, available as an AAR file.
|
4 | 4 |
|
5 |
| -Note: This page covers Android app integration through the AAR library. The ExecuTorch C++ APIs can also be used from Android native, and the documentation can be found on [this page about cross compilation](https://pytorch.org/executorch/main/using-executorch-building-from-source.html#cross-compilation). |
| 5 | +Note: This page covers Android app integration through the AAR library. The ExecuTorch C++ APIs can also be used from Android native, and the documentation can be found on [this page about cross compilation](https://pytorch.org/executorch/0.6/using-executorch-building-from-source.html#cross-compilation). |
6 | 6 |
|
7 | 7 | ## Installation
|
8 | 8 |
|
@@ -41,8 +41,8 @@ dependencies {
|
41 | 41 | Note: If you want to use release v0.5.0, please use dependency `org.pytorch:executorch-android:0.5.1`.
|
42 | 42 |
|
43 | 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.
|
44 |
| -<a href="https://pytorch.org/executorch/main/_static/img/android_studio.mp4"> |
45 |
| - <img src="https://pytorch.org/executorch/main/_static/img/android_studio.jpeg" width="800" alt="Integrating and Running ExecuTorch on Android"> |
| 44 | +<a href="https://pytorch.org/executorch/0.6/_static/img/android_studio.mp4"> |
| 45 | + <img src="https://pytorch.org/executorch/0.6/_static/img/android_studio.jpeg" width="800" alt="Integrating and Running ExecuTorch on Android"> |
46 | 46 | </a>
|
47 | 47 |
|
48 | 48 | ## Using AAR file directly
|
@@ -130,17 +130,17 @@ Set environment variable `EXECUTORCH_CMAKE_BUILD_TYPE` to `Release` or `Debug` b
|
130 | 130 |
|
131 | 131 | #### Using MediaTek backend
|
132 | 132 |
|
133 |
| -To use [MediaTek backend](https://pytorch.org/executorch/main/backends-mediatek.html), |
| 133 | +To use [MediaTek backend](https://pytorch.org/executorch/0.6/backends-mediatek.html), |
134 | 134 | after installing and setting up the SDK, set `NEURON_BUFFER_ALLOCATOR_LIB` and `NEURON_USDK_ADAPTER_LIB` to the corresponding path.
|
135 | 135 |
|
136 | 136 | #### Using Qualcomm AI Engine Backend
|
137 | 137 |
|
138 |
| -To use [Qualcomm AI Engine Backend](https://pytorch.org/executorch/main/backends-qualcomm.html#qualcomm-ai-engine-backend), |
| 138 | +To use [Qualcomm AI Engine Backend](https://pytorch.org/executorch/0.6/backends-qualcomm.html#qualcomm-ai-engine-backend), |
139 | 139 | after installing and setting up the SDK, set `QNN_SDK_ROOT` to the corresponding path.
|
140 | 140 |
|
141 | 141 | #### Using Vulkan Backend
|
142 | 142 |
|
143 |
| -To use [Vulkan Backend](https://pytorch.org/executorch/main/backends-vulkan.html#vulkan-backend), |
| 143 | +To use [Vulkan Backend](https://pytorch.org/executorch/0.6/backends-vulkan.html#vulkan-backend), |
144 | 144 | set `EXECUTORCH_BUILD_VULKAN` to `ON`.
|
145 | 145 |
|
146 | 146 | ## Android Backends
|
@@ -195,4 +195,4 @@ using ExecuTorch AAR package.
|
195 | 195 |
|
196 | 196 | ## Java API reference
|
197 | 197 |
|
198 |
| -Please see [Java API reference](https://pytorch.org/executorch/main/javadoc/). |
| 198 | +Please see [Java API reference](https://pytorch.org/executorch/0.6/javadoc/). |
0 commit comments