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

pipe = pipeline("visual-question-answering", model="mlx-community/VL-Rethinker-7B-fp16")
# Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM

processor = AutoProcessor.from_pretrained("mlx-community/VL-Rethinker-7B-fp16")
model = AutoModelForMultimodalLM.from_pretrained("mlx-community/VL-Rethinker-7B-fp16", device_map="auto")
Quick Links

mlx-community/VL-Rethinker-7B-fp16

This model was converted to MLX format from TIGER-Lab/VL-Rethinker-7B using mlx-vlm version 0.1.22. 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/VL-Rethinker-7B-fp16 --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
Downloads last month
10
Safetensors
Model size
8B params
Tensor type
F16
·
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

Model tree for mlx-community/VL-Rethinker-7B-fp16

Finetuned
(1164)
this model