Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/source/desktop-section.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ Deploy ExecuTorch on Linux, macOS, and Windows with optimized backends for each

- {doc}`desktop-backends` — Available desktop backends and platform-specific optimization

## Tutorials

- {doc}`raspberry_pi_llama_tutorial` — Cross compiling ExecuTorch for the Raspberry Pi on Linux Host

```{toctree}
:hidden:
using-executorch-cpp
using-executorch-building-from-source
desktop-backends
raspberry_pi_llama_tutorial
1 change: 1 addition & 0 deletions docs/source/edge-platforms-section.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Deploy ExecuTorch on Android devices with hardware acceleration support.
**→ {doc}`android-section` — Complete Android deployment guide**

Key features:

- Hardware acceleration support (CPU, GPU, NPU)
- Multiple backend options (XNNPACK, Vulkan, Qualcomm, MediaTek, ARM, Samsung)
- Comprehensive examples and demos
Expand Down
3 changes: 2 additions & 1 deletion docs/source/embedded-section.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Start here for C++ development with ExecuTorch runtime APIs and essential tutori
## Tutorials

- {doc}`tutorial-arm-ethos-u` — Export a simple PyTorch model for the ExecuTorch Ethos-U backend

- {doc}`raspberry_pi_llama_tutorial` — Deploy a LLaMA model on a Raspberry Pi

```{toctree}
:hidden:
Expand All @@ -37,3 +37,4 @@ using-executorch-cpp
using-executorch-building-from-source
embedded-backends
tutorial-arm-ethos-u
raspberry_pi_llama_tutorial
Loading
Loading