Skip to content

Commit 36a3715

Browse files
committed
Update iOS doc to point to examples README (#10429)
(cherry picked from commit a82fa8f)
1 parent 4cee15b commit 36a3715

File tree

6 files changed

+7
-142
lines changed

6 files changed

+7
-142
lines changed

.ci/scripts/test_ios_ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
set -e
99

10-
APP_PATH="executorch-examples/apple/ExecuTorchDemo/ExecuTorchDemo"
10+
APP_PATH="executorch-examples/mv3/apple/ExecuTorchDemo/ExecuTorchDemo"
1111
MODEL_NAME="mv3"
1212
SIMULATOR_NAME="executorch"
1313

backends/apple/mps/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The MPS backend device maps machine learning computational graphs and primitives
1515
* [Introduction to ExecuTorch](intro-how-it-works.md)
1616
* [Setting up ExecuTorch](getting-started-setup.md)
1717
* [Building ExecuTorch with CMake](runtime-build-and-cross-compilation.md)
18-
* [ExecuTorch iOS Demo App](demo-apps-ios.md)
18+
* [ExecuTorch iOS Demo App](https://github.com/pytorch-labs/executorch-examples/tree/main/mv3/apple/ExecuTorchDemo)
1919
* [ExecuTorch iOS LLaMA Demo App](llm/llama-demo-ios.md)
2020
:::
2121
::::

docs/source/backends-mps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The MPS backend device maps machine learning computational graphs and primitives
1515
* [Introduction to ExecuTorch](./intro-how-it-works.md)
1616
* [Getting Started](./getting-started.md)
1717
* [Building ExecuTorch with CMake](./using-executorch-building-from-source.md)
18-
* [ExecuTorch iOS Demo App](demo-apps-ios.md)
18+
* [ExecuTorch iOS Demo App](https://github.com/pytorch-labs/executorch-examples/tree/main/mv3/apple/ExecuTorchDemo)
1919
* [ExecuTorch iOS LLaMA Demo App](llm/llama-demo-ios.md)
2020
:::
2121
::::

docs/source/demo-apps-ios.md

-135
This file was deleted.

docs/source/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ExecuTorch provides support for:
4242
- [FAQs](using-executorch-faqs)
4343
#### Examples
4444
- [Android Demo Apps](https://github.com/pytorch-labs/executorch-examples/tree/main/dl3/android/DeepLabV3Demo#executorch-android-demo-app)
45-
- [iOS Demo Apps](demo-apps-ios.md)
45+
- [iOS Demo Apps](https://github.com/pytorch-labs/executorch-examples/tree/main/mv3/apple/ExecuTorchDemo)
4646
- [Hugging Face Models](https://github.com/huggingface/optimum-executorch/blob/main/README.md)
4747
#### Backends
4848
- [Overview](backends-overview)
@@ -144,7 +144,7 @@ using-executorch-faqs
144144
:hidden:
145145
146146
Building an ExecuTorch Android Demo App <https://github.com/pytorch-labs/executorch-examples/tree/main/dl3/android/DeepLabV3Demo#executorch-android-demo-app>
147-
demo-apps-ios.md
147+
Building an ExecuTorch iOS Demo App <https://github.com/pytorch-labs/executorch-examples/tree/main/mv3/apple/ExecuTorchDemo>
148148
```
149149

150150
```{toctree}

docs/source/using-executorch-building-from-source.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -284,13 +284,13 @@ Note, some backends may require additional dependencies and certain versions of
284284
3. Copy over the generated `.xcframework` bundles to your Xcode project, link them against
285285
your targets and don't forget to add an extra linker flag `-all_load`.
286286
287-
Check out the [iOS Demo App](demo-apps-ios.md) tutorial for more info.
287+
Check out the [iOS Demo App](https://github.com/pytorch-labs/executorch-examples/tree/main/mv3/apple/ExecuTorchDemo) tutorial for more info.
288288
289289
290290
## Next steps
291291
292292
You have successfully cross-compiled `executor_runner` binary to iOS and Android platforms. You can start exploring advanced features and capabilities. Here is a list of sections you might want to read next:
293293
294294
* [Selective build](kernel-library-selective-build.md) to build the runtime that links to only kernels used by the program, which can provide significant binary size savings.
295-
* Tutorials on building [Android](https://github.com/pytorch-labs/executorch-examples/tree/main/dl3/android/DeepLabV3Demo#executorch-android-demo-app) and [iOS](./demo-apps-ios.md) demo apps.
295+
* Tutorials on building [Android](https://github.com/pytorch-labs/executorch-examples/tree/main/dl3/android/DeepLabV3Demo#executorch-android-demo-app) and [iOS](https://github.com/pytorch-labs/executorch-examples/tree/main/mv3/apple/ExecuTorchDemo) demo apps.
296296
* Tutorials on deploying applications to embedded devices such as [ARM Cortex-M/Ethos-U](backends-arm-ethos-u.md) and [XTensa HiFi DSP](./backends-cadence.md).

0 commit comments

Comments
 (0)