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
Simplify SDK tutorial by moving cmake commands to a script (#3438)
Summary:
As titled. Tested the commands on mac locally and they worked.
Pull Request resolved: #3438
Reviewed By: Jack-Khuu
Differential Revision: D56792240
Pulled By: Olivia-liu
fbshipit-source-id: dd62ea2fc788c5e1867d1e50037d7b4fd7e3a3f9
(cherry picked from commit a4ffd96)
Copy file name to clipboardExpand all lines: docs/source/tutorials_source/sdk-integration-tutorial.py
+2-4
Original file line number
Diff line number
Diff line change
@@ -172,10 +172,8 @@ def forward(self, x):
172
172
# Use CMake (follow `these instructions <../runtime-build-and-cross-compilation.html#configure-the-cmake-build>`__ to set up cmake) to execute the Bundled Program to generate the ``ETDump``::
0 commit comments