File size: 668 Bytes
420d2e1 8445160 420d2e1 8445160 420d2e1 |
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 |
---
base_model:
- HuggingFaceTB/SmolVLM2-2.2B-Instruct
language:
- en
library_name: transformers
license: apache-2.0
pipeline_tag: image-text-to-text
tags:
- mlx
---
# HuggingFaceTB/SmolVLM2-2.2B-Instruct-mlx
This model was converted to MLX format from [`HuggingFaceTB/SmolVLM2-2.2B-Instruct`](https://huggingface.co/HuggingFaceTB/SmolVLM2-2.2B-Instruct) using mlx-vlm.
Refer to the [original model card](https://huggingface.co/HuggingFaceTB/SmolVLM2-2.2B-Instruct) for more details on the model.
## Use with mlx
```bash
pip install -U mlx-vlm
```
```bash
python -m mlx_vlm.generate --model mlx-community/SmolVLM2-2.2B-Instruct-mlx --max-tokens 100 --temp 0.0
```
|