mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
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:
parent
dcac3c3e06
commit
803661526e
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
2f0518d2cfb4ee4353dce4e39590de43fa391399
|
||||
41e7ffa8b7ff09206aa5b9b5c1bbd82b9e0ff277
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue