We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47bc4aa commit 6e01779Copy full SHA for 6e01779
examples/demo-apps/android/ExecuTorchDemo/README.md
@@ -39,7 +39,6 @@ We generate the model file for the ExecuTorch runtime in Android Demo App.
39
For delegating DeepLab v3 to XNNPACK backend, please do the following to export the model:
40
41
```bash
42
-export FLATC_EXECUTABLE=$(realpath third-party/flatbuffers/cmake-android-out/flatc)
43
python3 -m examples.xnnpack.aot_compiler --model_name="dl3" --delegate
44
mkdir -p examples/demo-apps/android/ExecuTorchDemo/app/src/main/assets/
45
cp dl3_xnnpack_fp32.pte examples/demo-apps/android/ExecuTorchDemo/app/src/main/assets/
0 commit comments