You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for overriding installed executorch when running optimum-et models (#11745)
### Summary
Running `install_dev.py` for `optimum-executorch` will force overriding
installed `executorch` and torch deps to the pinned nightly in
`optimum-executorch`. In ExecuTorch CI including the benchmark, we would
want to always run the optimum-executorch models with ExecuTorch from
source to catch issues/regressions.
### Test plan
Verified the installed deps in the CI and benchmark jobs
Co-authored-by: Guang Yang <guangyang@fb.com>
0 commit comments