Reinforcement Learning
Transformers
English
robotics
vla
vision-language-action
openvla
omnivla
robot
qwen
dinov2
siglip
Instructions to use theguy21/openvla-micro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use theguy21/openvla-micro with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("theguy21/openvla-micro", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update gitignore to allow .pt files
Browse files- .gitignore +1 -3
.gitignore
CHANGED
|
@@ -11,6 +11,4 @@ dist/
|
|
| 11 |
*.egg-info/
|
| 12 |
.venv/
|
| 13 |
venv/
|
| 14 |
-
|
| 15 |
-
*.bin
|
| 16 |
-
*.safetensors
|
|
|
|
| 11 |
*.egg-info/
|
| 12 |
.venv/
|
| 13 |
venv/
|
| 14 |
+
|
|
|
|
|
|