From d1bad21f2d5dc98c34d4c1df51c7f246ff9fab91 Mon Sep 17 00:00:00 2001 From: Elena Zhelezina Date: Tue, 15 Apr 2025 08:24:42 +0100 Subject: [PATCH] Test: fixing typos Change-Id: I4ef9928fc642fe3424ca0f27a2e457251ca12657 --- examples/arm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.