Skip to content

Commit 695c782

Browse files
committed
Update building from source docs
1 parent b7655f7 commit 695c782

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/using-executorch-building-from-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Or alternatively, [install conda on your machine](https://conda.io/projects/cond
6161
# Install ExecuTorch pip package and its dependencies, as well as
6262
# development tools like CMake.
6363
# If developing on a Mac, make sure to install the Xcode Command Line Tools first.
64-
# Intel-based macOS systems require building PyTorch from source (see below)
64+
# Intel-based macOS systems require building PyTorch, Torchvision, and Torchaudio from source (see below)
6565
./install_executorch.sh
6666
```
6767

docs/source/using-executorch-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ python3 -m venv .venv && source .venv/bin/activate && pip install --upgrade pip
114114
./backends/apple/coreml/scripts/install_requirements.sh
115115
```
116116

117-
- **Intel-based macOS** systems require building PyTorch from source:
117+
- **Intel-based macOS** systems require building PyTorch, Torchvision, and Torchaudio from source:
118118
- 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.
119119
See the [PyTorch instructions](https://github.com/pytorch/pytorch#installation) on how to build PyTorch from source.
120120
```bash

0 commit comments

Comments
 (0)