Skip to content

Commit df9c97a

Browse files
committed
Remove Torchvision and Torchaudio references in Intel instructions
1 parent 53b16bd commit df9c97a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,22 @@ 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, Torchvision, and Torchaudio from source (see below)
64+
# Intel-based macOS systems require building PyTorch from source (see below)
6565
./install_executorch.sh
6666
```
6767

68-
See the [PyTorch instructions](https://github.com/pytorch/pytorch#installation) on how to build PyTorch from source.
68+
See the [PyTorch instructions](https://github.com/pytorch/pytorch#installation) on how to build PyTorch from source.
6969

70-
Use the [`--use-pt-pinned-commit` flag](../../install_executorch.py) to install ExecuTorch with an existing PyTorch build:
70+
Use the [`--use-pt-pinned-commit` flag](../../install_executorch.py) to install ExecuTorch with an existing PyTorch build:
7171

7272
```bash
7373
./install_executorch.sh --use-pt-pinned-commit
7474
```
7575

76-
For Intel-based macOS systems, use the [`--use-pt-pinned-commit --minimal` flags](../../install_executorch.py):
77-
```bash
78-
./install_executorch.sh --use-pt-pinned-commit --minimal
79-
```
76+
For Intel-based macOS systems, use the [`--use-pt-pinned-commit --minimal` flags](../../install_executorch.py):
77+
```bash
78+
./install_executorch.sh --use-pt-pinned-commit --minimal
79+
```
8080

8181
Not all backends are built into the pip wheel by default. You can link these missing/experimental backends by turning on the corresponding cmake flag. For example, to include the MPS backend:
8282

0 commit comments

Comments
 (0)