Skip to content

Commit 6e01779

Browse files
committed
update docs
1 parent 47bc4aa commit 6e01779

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)