Skip to content

Commit 04b1ffb

Browse files
committed
Minor doc fixes
1 parent b495fa3 commit 04b1ffb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following are required to install the ExecuTorch host libraries, needed to e
1212
- g++ version 7 or higher, clang++ version 5 or higher, or another C++17-compatible toolchain.
1313
- Linux (x86_64 or ARM64), macOS (ARM64), or Windows (x86_64).
1414
- Intel-based macOS systems require building PyTorch from source (see [Building From Source](using-executorch-building-from-source.md) for instructions).
15-
- On Windows, Visual Studio 2022 or later. Clang build tools are needed to build from source.
15+
- On Windows, Visual Studio 2022 or later.
1616

1717
## Installation
1818
To use ExecuTorch, you will need to install both the Python package and the appropriate platform-specific runtime libraries. Pip is the recommended way to install the ExecuTorch python package.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ portability details.
8383
CMAKE_ARGS="-DEXECUTORCH_BUILD_MPS=ON" ./install_executorch.sh
8484
```
8585

86-
## Verify the Build
86+
### Verify the Build
8787

8888
To verify that the Python components are installed correctly, run the following command. This will create a file named mv2_xnnpack_fp32.pte in the current directory for the MobileNet V2 model with the XNNPACK backend. If it completes without error, the ExecuTorch Python components are installed successfully.
8989
```bash

0 commit comments

Comments
 (0)