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, dtype="auto")