Update README.md
#3
by
pcuenq
HF staff
- opened
README.md
CHANGED
@@ -11,7 +11,7 @@ tags:
|
|
11 |
---
|
12 |
|
13 |
# HuggingFaceTB/SmolVLM2-2.2B-Instruct-mlx
|
14 |
-
This model was converted to MLX format from [`HuggingFaceTB/
|
15 |
Refer to the [original model card](https://huggingface.co/HuggingFaceTB/SmolVLM2-2.2B-Instruct) for more details on the model.
|
16 |
|
17 |
## Use with mlx
|
@@ -21,5 +21,5 @@ pip install -U mlx-vlm
|
|
21 |
```
|
22 |
|
23 |
```bash
|
24 |
-
python -m mlx_vlm.generate --model mlx-community/
|
25 |
```
|
|
|
11 |
---
|
12 |
|
13 |
# HuggingFaceTB/SmolVLM2-2.2B-Instruct-mlx
|
14 |
+
This model was converted to MLX format from [`HuggingFaceTB/SmolVLM2-2.2B-Instruct`](https://huggingface.co/HuggingFaceTB/SmolVLM2-2.2B-Instruct) using mlx-vlm.
|
15 |
Refer to the [original model card](https://huggingface.co/HuggingFaceTB/SmolVLM2-2.2B-Instruct) for more details on the model.
|
16 |
|
17 |
## Use with mlx
|
|
|
21 |
```
|
22 |
|
23 |
```bash
|
24 |
+
python -m mlx_vlm.generate --model mlx-community/SmolVLM2-2.2B-Instruct-mlx --max-tokens 100 --temp 0.0
|
25 |
```
|