Skip to content

fix linear bias decomposition invokation#18168

Merged
manuelcandales merged 2 commits intorelease/1.2from
manuel/fix-run-linear-bias-decomp
Mar 17, 2026
Merged

fix linear bias decomposition invokation#18168
manuelcandales merged 2 commits intorelease/1.2from
manuel/fix-run-linear-bias-decomp

Conversation

@manuelcandales
Copy link
Contributor

@manuelcandales manuelcandales commented Mar 13, 2026

Fix parakeet/voxtral realtime export using PyTorch release. In both export_parakeet_tdt.py and export_voxtral_rt.py, replaced the manual decomposition dictionary with torch.export.default_decompositions() and added the custom _linear_bias_decomposition for torch.ops.aten.linear.default.

@pytorch-bot
Copy link

pytorch-bot bot commented Mar 13, 2026

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18168

Note: Links to docs will display an error until the docs builds have been completed.

⏳ 101 Pending, 1 Unrelated Failure

As of commit 9845273 with merge base 8c0a60b (image):

FLAKY - The following job failed but was likely due to flakiness present on trunk:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 13, 2026
@manuelcandales manuelcandales force-pushed the manuel/fix-run-linear-bias-decomp branch from d3df097 to 9845273 Compare March 17, 2026 16:24
@manuelcandales manuelcandales marked this pull request as ready for review March 17, 2026 16:24
@manuelcandales manuelcandales requested a review from lucylq as a code owner March 17, 2026 16:24
@manuelcandales manuelcandales merged commit 9bf3f28 into release/1.2 Mar 17, 2026
163 of 185 checks passed
@manuelcandales manuelcandales deleted the manuel/fix-run-linear-bias-decomp branch March 17, 2026 16:52
manuelcandales added a commit that referenced this pull request Mar 17, 2026
Fix parakeet/voxtral realtime export using PyTorch release. In both
`export_parakeet_tdt.py` and `export_voxtral_rt.py`, replaced the manual
decomposition dictionary with `torch.export.default_decompositions()`
and added the custom `_linear_bias_decomposition` for
`torch.ops.aten.linear.default`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants