How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="mlx-community/paligemma2-10b-mix-448-bf16")
# Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM

processor = AutoProcessor.from_pretrained("mlx-community/paligemma2-10b-mix-448-bf16")
model = AutoModelForMultimodalLM.from_pretrained("mlx-community/paligemma2-10b-mix-448-bf16", device_map="auto")
Quick Links

mlx-community/paligemma2-10b-mix-448-bf16

This model was converted to MLX format from google/paligemma2-10b-mix-448 using mlx-vlm version 0.1.13. Refer to the original model card for more details on the model.

Use with mlx

pip install -U mlx-vlm
python -m mlx_vlm.generate --model mlx-community/paligemma2-10b-mix-448-bf16 --max-tokens 100 --temp 0.0 --prompt "Describe this image." --image <path_to_image>
Downloads last month
46
Safetensors
Model size
10B params
Tensor type
BF16
·
MLX
Hardware compatibility
Log In to add your hardware

Quantized

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including mlx-community/paligemma2-10b-mix-448-bf16