executorch
executorch copied to clipboard
On-device AI across mobile, embedded and edge for PyTorch
Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/3228 Fix a UI thread issue causing crash. Reviewed By: cccclai Differential Revision: D56447006 fbshipit-source-id: 02eff27d4b4cd108c95b664d04679d4f92aaf5db (cherry picked from commit 4389442488f3f110ac74627439603a371e2f635f)
Always re-generate sources (via extract_sources) when running cmake configure. This is done to resolve [T185463079](https://www.internalfb.com/intern/tasks/?t=185463079). Note that this does not impact iterative builds, which still work fine. This change prevents...
Summary: so that the code is consistent with the text description Differential Revision: D56481274
This is the version that the release/0.2 version of executorch depends on. Also update the CI setup scripts so it can find this version before it's available on PyPI