[Executorch][llm] Make runner return error if execution was not successful#12129
Conversation
…ssful At the moment we continue execution and the stack fails later on as I found when running with quantize kv cache + ring attention Differential Revision: [D77516822](https://our.internmc.facebook.com/intern/diff/D77516822/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12129
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 91af037 with merge base cf0bfd2 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
…ssful At the moment we continue execution and the stack fails later on as I found when running with quantize kv cache + ring attention Differential Revision: [D77516822](https://our.internmc.facebook.com/intern/diff/D77516822/) ghstack-source-id: 293635304 Pull Request resolved: #12129
|
This pull request was exported from Phabricator. Differential Revision: D77516822 |
This PR needs a
|
d4320dc
into
gh/kimishpatel/194/base
…ssful (#12141) This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: #12129 by @kimishpatel ^ Please use this as the source of truth for the PR details, comments, and reviews ghstack PR base: https://github.com/pytorch/executorch/tree/gh/kimishpatel/194/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/kimishpatel/194/head Merge bot PR base: https://github.com/pytorch/executorch/tree/main Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/kimishpatel/194/orig @diff-train-skip-merge Co-authored-by: Kimish Patel <kimishpatel@fb.com>
…ssful (pytorch#12141) This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: pytorch#12129 by @kimishpatel ^ Please use this as the source of truth for the PR details, comments, and reviews ghstack PR base: https://github.com/pytorch/executorch/tree/gh/kimishpatel/194/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/kimishpatel/194/head Merge bot PR base: https://github.com/pytorch/executorch/tree/main Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/kimishpatel/194/orig @diff-train-skip-merge Co-authored-by: Kimish Patel <kimishpatel@fb.com>
Stack from ghstack (oldest at bottom):
At the moment we continue execution and the stack fails later on as I found when running with quantize kv cache + ring attention
Differential Revision: D77516822