allenai/Molmo2-MultiImagePoint
Viewer • Updated • 473k • 3.06k • 1
How to use mlx-community/Molmo2-8B-6bit with Transformers:
# Load model directly
from transformers import AutoModelForImageTextToText
model = AutoModelForImageTextToText.from_pretrained("mlx-community/Molmo2-8B-6bit", trust_remote_code=True, dtype="auto")How to use mlx-community/Molmo2-8B-6bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Molmo2-8B-6bit mlx-community/Molmo2-8B-6bit
This model was converted to MLX format from allenai/Molmo2-8B using mlx-vlm version 0.3.10.
Refer to the original model card for more details on the model.
pip install -U mlx-vlm
python -m mlx_vlm.generate --model mlx-community/Molmo2-8B-6bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
6-bit