Skip to content

Commit 312267e

Browse files
authored
Add RaspberryPi Tutorials to deploy & infer llama model (#15109)
### Summary [PLEASE REMOVE] See [CONTRIBUTING.md's Pull Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests) for ExecuTorch PR guidelines. [PLEASE REMOVE] If this PR closes an issue, please add a `Fixes #<issue-id>` line. [PLEASE REMOVE] If this PR introduces a fix or feature that should be the upcoming release notes, please add a "Release notes: <area>" label. For a list of available release notes labels, check out [CONTRIBUTING.md's Pull Requests](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md#pull-requests). ### Test plan [PLEASE REMOVE] How did you test this PR? Please write down any manual commands you used and note down tests that you have written if applicable.
1 parent a0e5280 commit 312267e

File tree

4 files changed

+402
-1
lines changed

4 files changed

+402
-1
lines changed

docs/source/desktop-section.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ Deploy ExecuTorch on Linux, macOS, and Windows with optimized backends for each
1212

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

15+
## Tutorials
16+
17+
- {doc}`raspberry_pi_llama_tutorial` — Cross compiling ExecuTorch for the Raspberry Pi on Linux Host
18+
1519
```{toctree}
1620
:hidden:
1721
using-executorch-cpp
1822
using-executorch-building-from-source
1923
desktop-backends
24+
raspberry_pi_llama_tutorial

docs/source/edge-platforms-section.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Deploy ExecuTorch on Android devices with hardware acceleration support.
1212
**→ {doc}`android-section` — Complete Android deployment guide**
1313

1414
Key features:
15+
1516
- Hardware acceleration support (CPU, GPU, NPU)
1617
- Multiple backend options (XNNPACK, Vulkan, Qualcomm, MediaTek, ARM, Samsung)
1718
- Comprehensive examples and demos

docs/source/embedded-section.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Start here for C++ development with ExecuTorch runtime APIs and essential tutori
2525
## Tutorials
2626

2727
- {doc}`tutorial-arm-ethos-u` — Export a simple PyTorch model for the ExecuTorch Ethos-U backend
28-
28+
- {doc}`raspberry_pi_llama_tutorial` — Deploy a LLaMA model on a Raspberry Pi
2929

3030
```{toctree}
3131
:hidden:
@@ -37,3 +37,4 @@ using-executorch-cpp
3737
using-executorch-building-from-source
3838
embedded-backends
3939
tutorial-arm-ethos-u
40+
raspberry_pi_llama_tutorial

0 commit comments

Comments
 (0)