File size: 694 Bytes
771b9c5 438d2c5 771b9c5 438d2c5 771b9c5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
base_model: meta-llama/Llama-3.2-90B-Vision-Instruct
language:
- en
library_name: transformers
license: llama3.2
tags:
- llama-3
- llama
- meta
- facebook
- unsloth
- transformers
- multimodal
- vision
- mlx
---
# mlx-community/Llama-3.2-90B-Vision-Instruct-4bit
This model was converted to MLX format from [`unsloth/Llama-3.2-90B-Vision-Instruct`]() using mlx-vlm version **0.1.4**.
Refer to the [original model card](https://huggingface.co/unsloth/Llama-3.2-90B-Vision-Instruct) for more details on the model.
## Use with mlx
```bash
pip install -U mlx-vlm
```
```bash
python -m mlx_vlm.generate --model mlx-community/Llama-3.2-90B-Vision-Instruct-4bit --max-tokens 100 --temp 0.0
```
|