From 3ef78ee6ca63e1a859fc29b201e8873f125be62d Mon Sep 17 00:00:00 2001 From: Jayant Parashar <135538306+Jayantparashar10@users.noreply.github.com> Date: Thu, 2 Jan 2025 11:00:18 +0530 Subject: [PATCH] release notes: Updated README.md installation for MacOS (#7457) Update xnnpack_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. @pytorchbot label "release notes: Updated README.md installation for MacOS" --- .../apple_ios/LLaMA/docs/delegates/xnnpack_README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 83b1ba76f8..93ed098fa3 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,10 @@ 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/).