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
File size: 117 Bytes
2876330 | 1 2 3 4 5 6 7 | {
"bos_token_id": 151643,
"eos_token_id": 151643,
"pad_token_id": 151643,
"transformers_version": "4.52.3"
}
|