Update README.md
#2
by
pcuenq
HF staff
- opened
README.md
CHANGED
@@ -10,7 +10,7 @@ language:
|
|
10 |
base_model:
|
11 |
- HuggingFaceTB/SmolLM2-360M-Instruct
|
12 |
- google/siglip-base-patch16-512
|
13 |
-
- HuggingFaceTB/
|
14 |
tags:
|
15 |
- mlx
|
16 |
---
|
@@ -25,5 +25,5 @@ pip install -U mlx-vlm
|
|
25 |
```
|
26 |
|
27 |
```bash
|
28 |
-
python -m mlx_vlm.generate --model HuggingFaceTB/SmolVLM2-500M-Video-Instruct-mlx --
|
29 |
```
|
|
|
10 |
base_model:
|
11 |
- HuggingFaceTB/SmolLM2-360M-Instruct
|
12 |
- google/siglip-base-patch16-512
|
13 |
+
- HuggingFaceTB/SmolVLM2-500M-Video-Instruct
|
14 |
tags:
|
15 |
- mlx
|
16 |
---
|
|
|
25 |
```
|
26 |
|
27 |
```bash
|
28 |
+
python -m mlx_vlm.generate --model HuggingFaceTB/SmolVLM2-500M-Video-Instruct-mlx --image https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/bee.jpg --prompt "Can you describe this image?"
|
29 |
```
|