Instructions to use chenpyyy/openvla-ac with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chenpyyy/openvla-ac with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("chenpyyy/openvla-ac", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add model card
#1
by nielsr HF Staff - opened
This PR adds a model card for the paper CEED-VLA: Consistency Vision-Language-Action Model with Early-Exit Decoding.
It makes sure it can be found at https://huggingface.co/models?pipeline_tag=robotics&sort=trending.
chenpyyy changed pull request status to merged
Thanks for your contribution!