From a7f9cf66553890e808943a3f1bdd1f4301e19bec Mon Sep 17 00:00:00 2001 From: Jayant Parashar <135538306+Jayantparashar10@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:23:15 +0530 Subject: [PATCH] Updated xnnpack installation using --pybind _README.md To install XNNPACK on macOS, you need to run the `./install_requirements.sh` script with the `--pybind xnnpack` option. This ensures that the necessary dependencies are correctly configured for your environment. --- .../apple_ios/LLaMA/docs/delegates/xnnpack_README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md b/examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md index 83b1ba76f85..0b3f9384087 100644 --- a/examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md +++ b/examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md @@ -34,7 +34,11 @@ Install dependencies ``` ./install_requirements.sh ``` +Optional: Use the --pybind flag to install with pybindings. +``` +./install_requirements.sh --pybind xnnpack +``` ## Prepare Models In this demo app, we support text-only inference with up-to-date Llama models and image reasoning inference with LLaVA 1.5. * You can request and download model weights for Llama through Meta official [website](https://llama.meta.com/).