Skip to content

Commit a7f9cf6

Browse files
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.
1 parent fc04436 commit a7f9cf6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ Install dependencies
3434
```
3535
./install_requirements.sh
3636
```
37+
Optional: Use the --pybind flag to install with pybindings.
3738

39+
```
40+
./install_requirements.sh --pybind xnnpack
41+
```
3842
## Prepare Models
3943
In this demo app, we support text-only inference with up-to-date Llama models and image reasoning inference with LLaVA 1.5.
4044
* You can request and download model weights for Llama through Meta official [website](https://llama.meta.com/).

0 commit comments

Comments
 (0)