executorch
executorch copied to clipboard
On-device AI across mobile, embedded and edge for PyTorch
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #4621 * #4620 * #4619 * __->__ #4618 * #4617 * #4616 * #4615 * #4614 * #4613 * #4612 * #4611 *...
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #4621 * #4620 * #4619 * #4618 * #4617 * #4616 * #4615 * __->__ #4614 * #4613 * #4612 * #4611 *...
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #4621 * __->__ #4620 * #4619 * #4618 * #4617 * #4616 * #4615 * #4614 * #4613 * #4612 * #4611 *...
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #4621 * #4620 * #4619 * #4618 * #4617 * #4616 * #4615 * #4614 * #4613 * __->__ #4612 * #4611 *...
Differential Revision: D61026999 Pull Request resolved: https://github.com/pytorch/executorch/pull/4633
### 🐛 Describe the bug Op += seems to fails for tensors. Below snipped is a minimal case reconstructing the problem: ```python import torch from torch import nn from torch.export...
The v0.3.1 release will be cut from the "[release/0.3](https://github.com/pytorch/executorch/tree/release/0.3)" branch for critical fixes to the [v0.3.0](https://github.com/pytorch/executorch/releases/tag/v0.3.0) release. Branch Cut Date: 9/6/2024 Intended Release Date: 9/16/2024 This issue is for tracking...
Summary: - Refactor the structure of example scripts based on different categories for models coming from AIHub, open source, or ExecuTorch itself. - Updated README to help user better understanding...