Skip to content

Commit 0849660

Browse files
authored
Update sdk-integration-tutorial.py
1 parent 0daf51e commit 0849660

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/tutorials_source/sdk-integration-tutorial.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ def forward(self, x):
176176
# cmake -DCMAKE_INSTALL_PREFIX=cmake-out \
177177
# -DCMAKE_BUILD_TYPE=Release \
178178
# -DEXECUTORCH_BUILD_SDK=ON \
179-
# -DEXECUTORCH_ENABLE_EVENT_TRACER=ON \-Bcmake-out .
179+
# -DEXECUTORCH_ENABLE_EVENT_TRACER=ON \
180+
# -Bcmake-out .
180181
# cmake --build cmake-out -j9 --target install --config Release
181182
#
182183
# local example_dir=examples/sdk

0 commit comments

Comments
 (0)