Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
## mlx-community/MAI-UI-2B-bf16
|
| 6 |
+
|
| 7 |
+
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.
|
| 8 |
+
|
| 9 |
+
## Use with mlx
|
| 10 |
+
|
| 11 |
+
```bash
|
| 12 |
+
pip install -U mlx-vlm
|
| 13 |
+
```
|
| 14 |
+
```bash
|
| 15 |
+
python -m mlx_vlm.generate --model mlx-community/MAI-UI-2B-bf16 --prompt "Describe this image" --image <path_to_image>
|
| 16 |
+
```
|
| 17 |
+
|