Skip to content

Commit ce751fc

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
update docs (#3285)
Summary: You no longer need export FLATC_EXECUTABLE Pull Request resolved: #3285 Reviewed By: digantdesai Differential Revision: D56507418 Pulled By: kirklandsign fbshipit-source-id: 4ccab07c39c9fbfd4983c10f74fb8a345f24e030
1 parent dd6246e commit ce751fc

File tree

1 file changed

+0
-1
lines changed
  • examples/demo-apps/android/ExecuTorchDemo

1 file changed

+0
-1
lines changed

examples/demo-apps/android/ExecuTorchDemo/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ We generate the model file for the ExecuTorch runtime in Android Demo App.
3939
For delegating DeepLab v3 to XNNPACK backend, please do the following to export the model:
4040

4141
```bash
42-
export FLATC_EXECUTABLE=$(realpath third-party/flatbuffers/cmake-android-out/flatc)
4342
python3 -m examples.xnnpack.aot_compiler --model_name="dl3" --delegate
4443
mkdir -p examples/demo-apps/android/ExecuTorchDemo/app/src/main/assets/
4544
cp dl3_xnnpack_fp32.pte examples/demo-apps/android/ExecuTorchDemo/app/src/main/assets/

0 commit comments

Comments
 (0)