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.
77We will start from a PyTorch model in python, export it, convert it to a ` .pte `
88file - A binary format adopted by ExecuTorch. Then we will take the ` .pte `
99model 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.
1212Lastly, we will run the executor_runner binary on a Corstone-300 FVP Simulator
1313platform.
1414
You can’t perform that action at this time.
0 commit comments