Add native support for Vision-Language-Action (VLA) models on edge devices
@mergennachin is already working on this.
Since Feb 2, 2026.
- Dominant language
- Python
- Stars
- 5k
- Forks
- 1.2k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 581
Description
🚀 The feature, motivation and pitch
I am currently working on deploying vision-language-action(VLA) models, such as OpenVLA, Pi-0, to edge devices for real-time robot control, and I plan to use ExecuTorch as the on-device deployment framework. However, it remains uncertain whether ExecuTorch can successfully export and support the execution of VLA models.
Therefore, I hope the ExecuTorch team can consider adding native support for VLA models, enabling the implementation of robotic applications with privacy protection and low latency on resource-constrained devices, such as mobile robots and drones. This would address a critical gap: while ExecuTorch already supports some VLMs and LLMs, it currently lacks support for the action generation module, which is essential for embodied intelligence.
Alternatives
No response
Additional context
No response
RFC (Optional)
No response
cc @mergennachin @iseeyuan @lucylq @helunwencser @tarun292 @kimishpatel @jackzhxng
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.