Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ tags:
|
|
11 |
- mlx
|
12 |
---
|
13 |
|
14 |
-
#
|
15 |
This model was converted to MLX format from [`google/paligemma2-3b-pt-896`]() using mlx-vlm version **0.1.4**.
|
16 |
Refer to the [original model card](https://huggingface.co/google/paligemma2-3b-pt-896) for more details on the model.
|
17 |
## Use with mlx
|
@@ -21,5 +21,5 @@ pip install -U mlx-vlm
|
|
21 |
```
|
22 |
|
23 |
```bash
|
24 |
-
python -m mlx_vlm.generate --model
|
25 |
```
|
|
|
11 |
- mlx
|
12 |
---
|
13 |
|
14 |
+
# mlx-community/paligemma2-3b-pt-896-4bit
|
15 |
This model was converted to MLX format from [`google/paligemma2-3b-pt-896`]() using mlx-vlm version **0.1.4**.
|
16 |
Refer to the [original model card](https://huggingface.co/google/paligemma2-3b-pt-896) for more details on the model.
|
17 |
## Use with mlx
|
|
|
21 |
```
|
22 |
|
23 |
```bash
|
24 |
+
python -m mlx_vlm.generate --model mlx-community/paligemma2-3b-pt-896-4bit --max-tokens 100 --temp 0.0
|
25 |
```
|