How to use allenai/MolmoAct2-DROID with Transformers:
# Load model directly from transformers import AutoModelForImageTextToText model = AutoModelForImageTextToText.from_pretrained("allenai/MolmoAct2-DROID", trust_remote_code=True, dtype="auto")