File size: 505 Bytes
d85bd32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
license: apache-2.0
---

## mlx-community/MAI-UI-2B-bf16

This model was converted to MLX format from [Tongyi-MAI/MAI-UI-2B](https://huggingface.co/mlx-community/MAI-UI-2B-bf16) using mlx-vlm version 0.3.9. Refer to the [origin model card](https://huggingface.co/Tongyi-MAI/MAI-UI-2B) for more details on the model.

## Use with mlx

```bash
pip install -U mlx-vlm
```
```bash
python -m mlx_vlm.generate --model mlx-community/MAI-UI-2B-bf16 --prompt "Describe this image" --image <path_to_image>
```