diff --git a/examples/arm/README.md b/examples/arm/README.md index 8762e7ccdd1..2466dd17594 100644 --- a/examples/arm/README.md +++ b/examples/arm/README.md @@ -7,8 +7,8 @@ contains the Cortex-M55 CPU and Ethos-U55 NPU. We will start from a PyTorch model in python, export it, convert it to a `.pte` file - A binary format adopted by ExecuTorch. Then we will take the `.pte` model file and embed that with a baremetal application executor_runner. We will -then take the executor_runner file, which contains not only the `.pte` file but -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. Lastly, we will run the executor_runner binary on a Corstone-300 FVP Simulator platform.