Robotics
Transformers
Safetensors
English
molmoact
image-text-to-text
molmo
olmo
reasoning
vla
manipulation
custom_code
Instructions to use allenai/MolmoAct-7B-D-0812 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/MolmoAct-7B-D-0812 with Transformers:
# Load model directly from transformers import AutoModelForImageTextToText model = AutoModelForImageTextToText.from_pretrained("allenai/MolmoAct-7B-D-0812", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle