We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4559a61 commit d64c410Copy full SHA for d64c410
examples/arm/README.md
@@ -7,8 +7,8 @@ contains the Cortex-M55 CPU and Ethos-U55 NPU.
7
We will start from a PyTorch model in python, export it, convert it to a `.pte`
8
file - A binary format adopted by ExecuTorch. Then we will take the `.pte`
9
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.
+then take the executor_runner file, which contains not only the `.pte` binary but
+also necessary software components to run standalone on a baremetal system.
12
Lastly, we will run the executor_runner binary on a Corstone-300 FVP Simulator
13
platform.
14
0 commit comments