How to use mlx-community/Molmo2-8B-fp16 with Transformers:
# Load model directly from transformers import AutoModelForImageTextToText model = AutoModelForImageTextToText.from_pretrained("mlx-community/Molmo2-8B-fp16", trust_remote_code=True, dtype="auto")
How to use mlx-community/Molmo2-8B-fp16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Molmo2-8B-fp16 mlx-community/Molmo2-8B-fp16
The community tab is the place to discuss and collaborate with the HF community!