Support bf16 activations in Llama4 ExecuTorch XNNPACK export (#21784) - #21784
Support bf16 activations in Llama4 ExecuTorch XNNPACK export (#21784)#21784JakeStevens wants to merge 1 commit into
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21784
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 18c2a62 with merge base 3b5bf0f ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@JakeStevens has exported this pull request. If you are a Meta employee, you can view the originating Diff in D115569455. |
This PR needs a
|
…#21784) Summary: Adds a working `--precision bf16` path to `export_llm_backbone` so a Llama4 mini checkpoint can be exported with bf16 activations instead of the default fp32 activations, while keeping the quantized linears delegated to XNNPACK. Reviewed By: billmguo, telgamal-1 Differential Revision: D115569455
df3da28 to
18c2a62
Compare
digantdesai
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
Summary:
Adds a working
--precision bf16path toexport_llm_backboneso a Llama4 mini checkpoint can be exported with bf16 activations instead of the default fp32 activations, while keeping the quantized linears delegated to XNNPACK.Reviewed By: billmguo, telgamal-1
Differential Revision: D115569455