How to use allenai/MolmoAct2-Pretrain with Transformers:
# Load model directly from transformers import AutoModelForImageTextToText model = AutoModelForImageTextToText.from_pretrained("allenai/MolmoAct2-Pretrain", trust_remote_code=True, dtype="auto")
The community tab is the place to discuss and collaborate with the HF community!