Skip to content

Commit ce62ba9

Browse files
committed
Update Intel macOS install instructions in doc
1 parent a47238b commit ce62ba9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/source/using-executorch-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ python3 -m venv .venv && source .venv/bin/activate && pip install --upgrade pip
115115
```
116116

117117
- **Intel-based macOS** systems require building PyTorch, Torchvision, and Torchaudio from source:
118-
- Use the [`--use-pt-pinned-commit` flag](https://github.com/pytorch/executorch/blob/main/install_requirements.sh) to install Executorch with an existing PyTorch build.
118+
- Use the [`--use-pt-pinned-commit --minimal` flags](https://github.com/pytorch/executorch/blob/main/install_executorch.py) to install Executorch with an existing PyTorch build.
119119
See the [PyTorch instructions](https://github.com/pytorch/pytorch#installation) on how to build PyTorch from source.
120120
```bash
121-
./install_requirements.sh --use-pt-pinned-commit
121+
./install_executorch.sh --use-pt-pinned-commit --minimal
122122
```
123123

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

install_requirements.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ def is_intel_mac_os():
183183
)
184184

185185

186-
187186
def main(args):
188187
parser = argparse.ArgumentParser()
189188
parser.add_argument(

0 commit comments

Comments
 (0)