executorch
executorch copied to clipboard
On-device AI across mobile, embedded and edge for PyTorch
- Builds on TOSA support for mv2 - Currently has accuracy issues for on-target execution. - Adding support mv2 from examples/models (torchvision mv2) - Adds ability to use portable Q/DQ...
Summary: This diff solves part of Ali's comments in our tracer sheet (https://docs.google.com/spreadsheets/d/1PoJt7P9qMkFSaMmS9f9j8dVcTFhOmNHotQYpwBySydI/edit#gid=0). Specifically speaking: "NanoGPT" -> "nanoGPT" "CoreML" -> "Core ML" "ExecuTorch Codebase" -> "ExecuTorch codebase" "Android Phone" ->...
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #3299 * #3219 * #3172 1. Introduce a `CopyNode` for generic copy-with-offset operations. 2. `aten.repeat` on all dimensions. 2.1 Use `CopyNode` where...
In main branch, the custom op registration is using new API. However, this is not present in release/0.2. We need it for LLAMA to work.
v0.2.0 release branch was cut. The branch name is "[release/0.2](https://github.com/pytorch/executorch/tree/release/0.2)", with [tag "v0.2.0-rc4"](https://github.com/pytorch/executorch/tree/v0.2.0-rc4) atm. Our release plan from this point is roughly: * **Phase 1 (until 4/5/24):** -- work on...