Skip to content

Commit fcc0dd9

Browse files
tarun292dbort
authored andcommitted
Fix broken etrecord link (#911)
Summary: Pull Request resolved: #911 ^ Reviewed By: vmpuri Differential Revision: D50289382 fbshipit-source-id: 7898a76b852b628da2ae15864b9ed17b5530c0b5
1 parent b315a9d commit fcc0dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/sdk-profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We provide access to all the profiling data via the Python [Inspector API](./sdk
1313

1414
## Steps to Profile a Model in ExecuTorch
1515

16-
1. [Optional] Generate an [ETRecord](./sdk-etrecord.md) while you're exporting your model. If provided this will enable users to link back profiling details to eager model source code (with stack traces and module hierarchy).
16+
1. [Optional] Generate an [ETRecord](./sdk-etrecord.rst) while you're exporting your model. If provided this will enable users to link back profiling details to eager model source code (with stack traces and module hierarchy).
1717
2. Build the runtime with the pre-processor flags that enable profiling. Detailed in the [ETDump documentation](./sdk-etdump.md).
1818
3. Run your Program on the ExecuTorch runtime and generate an [ETDump](./sdk-etdump.md).
1919
4. Create an instance of the [Inspector API](./sdk-inspector.rst) by passing in the ETDump you have sourced from the runtime along with the ETRecord generated earlier (optional).

0 commit comments

Comments
 (0)