Skip to content

Commit ab26202

Browse files
committed
Update using-executorch-ios.md
1 parent 466e0c8 commit ab26202

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/source/using-executorch-ios.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,16 @@ git clone -b release/0.6 https://github.com/pytorch/executorch.git --depth 1 --r
106106
python3 -m venv .venv && source .venv/bin/activate && ./install_requirements.sh
107107
```
108108

109-
4. Install the required dependencies, including those needed for the backends like [Core ML](backends-coreml.md) or [MPS](backends-mps.md). Choose one:
109+
4. Install the required dependencies, including those needed for the backends like [Core ML](backends-coreml.md) or [MPS](backends-mps.md). Choose one, or both:
110110

111111
```bash
112112
# ExecuTorch with xnnpack and CoreML backend
113-
./install_executorch.sh --pybind xnnpack
113+
./backends/apple/coreml/scripts/install_requirements.sh
114+
./install_executorch.sh --pybind coreml xnnpack
114115

115-
# Optional: ExecuTorch with xnnpack, CoreML, and MPS backend
116+
# ExecuTorch with xnnpack and MPS backend
116117
./backends/apple/mps/install_requirements.sh
117-
./install_executorch.sh --pybind xnnpack mps
118+
./install_executorch.sh --pybind mps xnnpack
118119
```
119120

120121
5. Install [CMake](https://cmake.org):

0 commit comments

Comments
 (0)