-
Notifications
You must be signed in to change notification settings - Fork 695
Disable torchao kernels by default #12779
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12779
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 5d218ff with merge base 503db13 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
@pytorchbot cherry-pick --onto release/0.7 -c critical |
This PR disables building torchao kernels from source by default. To enable the builds, a user needs to explicitly define the environment variable USE_CPP=1: ``` EXECUTORCH_BUILD_TORCHAO=1 python install_executorch.py ``` (cherry picked from commit e81727a)
Cherry picking #12779The cherry pick PR is at #12794 and it is recommended to link a critical cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
This PR disables building torchao kernels from source by default. To enable the builds, a user needs to explicitly define the environment variable USE_CPP=1: ``` EXECUTORCH_BUILD_TORCHAO=1 python install_executorch.py ```
This PR disables building torchao kernels from source by default.
To enable the builds, a user needs to explicitly define the environment variable USE_CPP=1: