MAI-UI-2B-bf16 / README.md
xfyyye's picture
Update README.md
d85bd32 verified
---
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>
```