Skip to content

Commit d64c410

Browse files
authored
Arm backend: Fixing typos (#10189)
1 parent 4559a61 commit d64c410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/arm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ contains the Cortex-M55 CPU and Ethos-U55 NPU.
77
We will start from a PyTorch model in python, export it, convert it to a `.pte`
88
file - A binary format adopted by ExecuTorch. Then we will take the `.pte`
99
model file and embed that with a baremetal application executor_runner. We will
10-
then take the executor_runner file, which contains not only the `.pte` file but
11-
also necessary software component to run standalone on a baremetal system.
10+
then take the executor_runner file, which contains not only the `.pte` binary but
11+
also necessary software components to run standalone on a baremetal system.
1212
Lastly, we will run the executor_runner binary on a Corstone-300 FVP Simulator
1313
platform.
1414

0 commit comments

Comments
 (0)