File size: 805 Bytes
7346d5b aa5fd79 7346d5b aa5fd79 7346d5b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
license: apache-2.0
base_model:
- TIGER-Lab/VL-Rethinker-7B
base_model_relation: quantized
pipeline_tag: visual-question-answering
tags:
- chat
- mlx
- apple
- 4bit
- multimodal
language:
- en
library_name: mlx
---
# VL-Rethinker-7B 4-bit MLX
This model was converted to MLX format from [`TIGER-Lab/VL-Rethinker-7B`](https://huggingface.co/TIGER-Lab/VL-Rethinker-7B) using mlx-vlm version **0.1.23**.
Refer to the [original model card](https://huggingface.co/TIGER-Lab/VL-Rethinker-7B) and [**📖Paper**](https://arxiv.org/abs/2504.08837) for more details on the model.
## Use with mlx
```bash
pip install -U mlx-vlm
```
```bash
python -m mlx_vlm.generate --model TheCluster/VL-Rethinker-7B-mlx-4bit --max-tokens 512 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
``` |