[ExecuTorch][llm] Wire --use_moe_quantized_op through export pipeline and LLM config#21126
[ExecuTorch][llm] Wire --use_moe_quantized_op through export pipeline and LLM config#21126digantdesai wants to merge 3 commits into
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21126
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 9 New Failures, 1 Unrelated Failure, 4 Unclassified FailuresAs of commit c60b650 with merge base bfed808 ( NEW FAILURES - The following jobs have failed:
UNCLASSIFIED FAILURES - DrCI could not classify the following jobs because the workflow did not run on the merge base. The failures may be pre-existing on trunk or introduced by this PR:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
… and LLM config Pull Request resolved: #21126 Add `--use_moe_quantized_op` to the argparse and LLM configuration paths, thread it through `_get_source_transforms`. The transform replaces eager MoE modules once through the common export pipeline and preserves shared-expert behavior. ghstack-source-id: 405736786 @exported-using-ghexport Differential Revision: [D102381996](https://our.internmc.facebook.com/intern/diff/D102381996/)
… and LLM config Pull Request resolved: #21126 Add `--use_moe_quantized_op` to the argparse and LLM configuration paths, thread it through `_get_source_transforms`. The transform replaces eager MoE modules once through the common export pipeline and preserves shared-expert behavior. ghstack-source-id: 405939022 @exported-using-ghexport Differential Revision: [D102381996](https://our.internmc.facebook.com/intern/diff/D102381996/)
Stack from ghstack (oldest at bottom):
Add
--use_moe_quantized_opto the argparse and LLM configuration paths, thread it through_get_source_transforms. The transform replaces eager MoE modules once through the common export pipeline and preserves shared-expert behavior.Differential Revision: D102381996