Skip to content

Commit 3ef78ee

Browse files
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"
1 parent f5ca49d commit 3ef78ee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ Install dependencies
3434
```
3535
./install_requirements.sh
3636
```
37-
37+
Optional: Use the --pybind flag to install with pybindings.
38+
```
39+
./install_requirements.sh --pybind xnnpack
40+
```
3841
## Prepare Models
3942
In this demo app, we support text-only inference with up-to-date Llama models and image reasoning inference with LLaVA 1.5.
4043
* You can request and download model weights for Llama through Meta official [website](https://llama.meta.com/).

0 commit comments

Comments
 (0)