Skip to content

Commit 405e43b

Browse files
authored
Update pico2_tutorial.md with pte generation explicitly (#15450)
Be explicit about the steps on how to generate balanced_tiny_mlp_mnist.pte ### 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 5914f8f commit 405e43b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/source/pico2_tutorial.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ python export_mlp_mnist.py # Creates balanced_tiny_mlp_mnist.pte
3535
## Step 2: Build Firmware for Pico2
3636

3737
```bash
38-
# Generate model
39-
40-
python export_mlp_mnist.py # Creates balanced_tiny_mlp_mnist.pte
38+
# Generate model (Creates balanced_tiny_mlp_mnist.pte)
39+
cd ./examples/raspberry_pi/pico2
40+
python export_mlp_mnist.py
41+
cd -
4142

4243
# Build Pico2 firmware (one command!)
4344

0 commit comments

Comments
 (0)