File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ contains the Cortex-M55 CPU and Ethos-U55 NPU.
7
7
We will start from a PyTorch model in python, export it, convert it to a ` .pte `
8
8
file - A binary format adopted by ExecuTorch. Then we will take the ` .pte `
9
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.
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.
12
12
Lastly, we will run the executor_runner binary on a Corstone-300 FVP Simulator
13
13
platform.
14
14
You can’t perform that action at this time.
0 commit comments