Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ tags:
|
|
16 |
- mlx
|
17 |
---
|
18 |
|
19 |
-
#
|
20 |
This model was converted to MLX format from [`unsloth/Llama-3.2-90B-Vision-Instruct`]() using mlx-vlm version **0.1.4**.
|
21 |
Refer to the [original model card](https://huggingface.co/unsloth/Llama-3.2-90B-Vision-Instruct) for more details on the model.
|
22 |
## Use with mlx
|
@@ -26,5 +26,5 @@ pip install -U mlx-vlm
|
|
26 |
```
|
27 |
|
28 |
```bash
|
29 |
-
python -m mlx_vlm.generate --model
|
30 |
```
|
|
|
16 |
- mlx
|
17 |
---
|
18 |
|
19 |
+
# mlx-community/Llama-3.2-90B-Vision-Instruct-4bit
|
20 |
This model was converted to MLX format from [`unsloth/Llama-3.2-90B-Vision-Instruct`]() using mlx-vlm version **0.1.4**.
|
21 |
Refer to the [original model card](https://huggingface.co/unsloth/Llama-3.2-90B-Vision-Instruct) for more details on the model.
|
22 |
## Use with mlx
|
|
|
26 |
```
|
27 |
|
28 |
```bash
|
29 |
+
python -m mlx_vlm.generate --model mlx-community/Llama-3.2-90B-Vision-Instruct-4bit --max-tokens 100 --temp 0.0
|
30 |
```
|