Update ET pin to 41e7ffa (#145831)

ExecuTorch pin is failing to update due to a change in the executorch install scripts. The previous install_requirements.sh now only installs dependencies and does not build ET. There is a new script - install_executorch.sh, which both installs dependencies and builds the framework.

This PR updates the relevant CI logic to use install_executorch.sh and bumps the pin forward. This should fix the stuck ET pin.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/145831
Approved by: https://github.com/metascroy
This commit is contained in:
Gregory Comer 2025-02-07 23:52:20 +00:00 committed by PyTorch MergeBot
parent dcac3c3e06
commit 803661526e
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
2f0518d2cfb4ee4353dce4e39590de43fa391399
41e7ffa8b7ff09206aa5b9b5c1bbd82b9e0ff277

View file

@ -37,7 +37,7 @@ install_conda_dependencies() {
install_pip_dependencies() {
pushd executorch
as_jenkins bash install_requirements.sh --pybind xnnpack
as_jenkins bash install_executorch.sh
# A workaround, ExecuTorch has moved to numpy 2.0 which is not compatible with the current
# numba and scipy version used in PyTorch CI