Robotics
Transformers
Safetensors
English
molmoact
image-text-to-text
molmo
olmo
reasoning
vla
manipulation
custom_code
Instructions to use allenai/MolmoAct-7B-O-0812 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/MolmoAct-7B-O-0812 with Transformers:
# Load model directly from transformers import AutoModelForImageTextToText model = AutoModelForImageTextToText.from_pretrained("allenai/MolmoAct-7B-O-0812", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "always_start_with_space": false, | |
| "auto_map": { | |
| "AutoProcessor": "processing_molmoact.MolmoActProcessor" | |
| }, | |
| "default_inference_len": 65, | |
| "image_padding_mask": true, | |
| "message_format": "role", | |
| "processor_class": "MolmoActProcessor", | |
| "prompt_templates": "uber_model", | |
| "style": "demo", | |
| "system_prompt": "demo_or_style", | |
| "use_col_tokens": true | |
| } | |