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
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,4 +8,4 @@ This repository contains the model introduced in [CEED-VLA: Consistency Vision-L
|
|
| 8 |
|
| 9 |
Project page: https://irpn-eai.github.io/CEED-VLA/
|
| 10 |
|
| 11 |
-
Code: https://github.com/
|
|
|
|
| 8 |
|
| 9 |
Project page: https://irpn-eai.github.io/CEED-VLA/
|
| 10 |
|
| 11 |
+
Code: https://github.com/OpenHelix-Team/CEED-VLA
|