Commit 20ea230
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 <[email protected]>1 parent 7b39a0c commit 20ea230
3 files changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
346 | | - | |
| 345 | + | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
351 | | - | |
| 350 | + | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
574 | | - | |
575 | | - | |
576 | | - | |
| 574 | + | |
| 575 | + | |
577 | 576 | | |
578 | 577 | | |
579 | 578 | | |
| |||
0 commit comments