From 6e01779f1cd752325be1583e22e6e0fe9ae2fa10 Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Tue, 23 Apr 2024 23:28:58 -0700 Subject: [PATCH] update docs --- examples/demo-apps/android/ExecuTorchDemo/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/demo-apps/android/ExecuTorchDemo/README.md b/examples/demo-apps/android/ExecuTorchDemo/README.md index 27e4d14876a..1d993da3d41 100644 --- a/examples/demo-apps/android/ExecuTorchDemo/README.md +++ b/examples/demo-apps/android/ExecuTorchDemo/README.md @@ -39,7 +39,6 @@ We generate the model file for the ExecuTorch runtime in Android Demo App. For delegating DeepLab v3 to XNNPACK backend, please do the following to export the model: ```bash -export FLATC_EXECUTABLE=$(realpath third-party/flatbuffers/cmake-android-out/flatc) python3 -m examples.xnnpack.aot_compiler --model_name="dl3" --delegate mkdir -p examples/demo-apps/android/ExecuTorchDemo/app/src/main/assets/ cp dl3_xnnpack_fp32.pte examples/demo-apps/android/ExecuTorchDemo/app/src/main/assets/