Instructions to use allenai/MolmoAct2-Think-LIBERO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/MolmoAct2-Think-LIBERO with Transformers:
# Load model directly from transformers import AutoModelForImageTextToText model = AutoModelForImageTextToText.from_pretrained("allenai/MolmoAct2-Think-LIBERO", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Declare Apache-2.0 license
#2
by hqfang - opened
Add the Apache-2.0 identifier to the model card metadata so the Hugging Face Hub displays the intended model license. This matches the license already declared for the related Molmo2-ER and MolmoAct2-LIBERO-LeRobot releases.