File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ Topics in this section will help you get started with ExecuTorch.
186
186
sdk-profiling
187
187
sdk-inspector
188
188
sdk-delegate-integration
189
+ sdk-tutorial
189
190
190
191
Tutorials and Examples
191
192
~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change
1
+ ## SDK usage tutorial
2
+
3
+ Please refer to the [ SDK tutorial] ( sdk-tutorial.md ) for a walkthrough on how to profile a model in ExecuTorch using the SDK.
Original file line number Diff line number Diff line change 126
126
# Use CMake::
127
127
#
128
128
# cd executorch
129
+ # python3 -m examples.sdk.scripts.export_bundled_program -m mv2
129
130
# rm -rf cmake-out && mkdir cmake-out && cd cmake-out && cmake -DBUCK2=buck2 -DEXECUTORCH_BUILD_SDK=1 -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=1 ..
130
131
# cd ..
131
132
# cmake --build cmake-out -j8 -t sdk_example_runner
You can’t perform that action at this time.
0 commit comments