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
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: robotics
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This repository contains the model introduced in [CEED-VLA: Consistency Vision-Language-Action Model with Early-Exit Decoding](https://huggingface.co/papers/2506.13725).
|
| 8 |
+
|
| 9 |
+
Project page: https://irpn-eai.github.io/CEED-VLA/
|
| 10 |
+
|
| 11 |
+
Code: https://github.com/IRPN-EAI/CEED-VLA
|