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
Summary: .pte is the file extension for executorch binaries. We should stop using .ff and encourage partners and clients to use .pte. Pytorch/pytorch has never enforced extensions like .pt or .ptl so I'm comfortable not strictly enforcing .pte
Reviewed By: dbort
Differential Revision: D47967450
fbshipit-source-id: 13c5fc2b51d49ae2e63996d5814108b7808ce167
Copy file name to clipboardExpand all lines: docs/website/docs/tutorials/profiling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Here is an example of what a ExecuTorch run + profile + post-procesing workflow
56
56
This runs the sample program with profiling enabled
57
57
```bash
58
58
cd executorch
59
-
buck2 run -c executorch.prof_enabled=true examples/executor_runner:executor_runner -- --model_path add.ff
59
+
buck2 run -c executorch.prof_enabled=true examples/executor_runner:executor_runner -- --model_path add.pte
60
60
```
61
61
Run the post-processing CLI tool that calls into the same API's listed above and prints out the profiling results in a tabulated format in the terminal.
0 commit comments