You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update MPS doc to correct file names, commands (#12772)
### Summary
There are a few updates needed to the MPS docs. I made the following
changes:
* Link to the build from source docs, as the instructions on the MPS
docs have to be run from the source directory.
* Update the MV3 pte file name is some of the example commands. It
previously did not match the file generated from the example export.
* Update the devtools inspector command to use the devtools namespace
instead of sdk, which no longer works.
### Test plan
Ran through the MPS documentation page locally with the updated
commands.
***Step 1.*** Complete the steps in [Getting Started](getting-started.md) to set up the ExecuTorch development environment.
44
+
45
+
You will also need a local clone of the ExecuTorch repository. See [Building ExecuTorch from Source](using-executorch-building-from-source.html) for instructions. All commands in this document should be run from the executorch repository.
44
46
45
47
## Build
46
48
@@ -70,12 +72,12 @@ cd executorch
70
72
## Run the mv3 generated model using the mps_executor_runner
3. Create an instance of the Inspector API by passing in the ETDump you have sourced from the runtime along with the optionally generated ETRecord from step 1.
0 commit comments