-
Notifications
You must be signed in to change notification settings - Fork 706
Minor doc fixes #15336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor doc fixes #15336
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15336
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 16 PendingAs of commit 24e8a40 with merge base b495fa3 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
| - Linux (x86_64 or ARM64), macOS (ARM64), or Windows (x86_64). | ||
| - Intel-based macOS systems require building PyTorch from source (see [Building From Source](using-executorch-building-from-source.md) for instructions). | ||
| - On Windows, Visual Studio 2022 or later. Clang build tools are needed to build from source. | ||
| - On Windows, Visual Studio 2022 or later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing the build from source callout as it's covered in the building from source section. We do still need VS 2022 because torch.export does C++ compilation (via MSVC) in strict mode.
04b1ffb to
24e8a40
Compare
### Summary Fix heading level for build verification, cleanup wording on Windows reqs, update android presets since they were split by arch.
Summary
Fix heading level for build verification, cleanup wording on Windows reqs, update android presets since they were split by arch.