Written by Jakub Rusinowski · Last updated September 25, 2024
Model library → Llama 3.2 Vision → Llama 3.2 Vision 90B
Full-power multimodal Llama. Requires high-end hardware (48+ GB VRAM) but matches GPT-4V on most vision benchmarks.
Llama 3.2 Vision 90B needs about 54 GB of VRAM at Q4_K_M — quantized weights plus framework overhead, before any KV cache. On Apple Silicon that figure comes out of unified memory.
| Parameters | 90 Billion |
| Context window | 128,000 |
| Architecture | Dense + Vision Encoder |
| Provider | Meta |
| Licence | Llama 3.2 Community |
| Specified at | Q4_K_M |
| System RAM | 64 GB |
| Record updated | 2024-09-25 |
Llama 3.2 Community — commercial use permitted. Weights are downloadable and commercial use is permitted, subject to the licence’s acceptable-use terms.
Modelled on a reference NVIDIA RTX 4090 (24 GB), at 8K context. Speed figures are ESTIMATES from the memory-bandwidth roofline described on the methodology page, not benchmarks we ran — rows marked measured come from published or reader-submitted runs. VRAM here includes the KV cache, so it reads higher than the headline figure above, which does not.
| Quant | Weights | VRAM needed | Est. speed | Fit on 24 GB |
|---|---|---|---|---|
| Q2_K | 29.2 GB | 33.3 GB | ~3 tok/s (est.) | Offloads to system RAM (slow) |
| Q3_K_M | 37.9 GB | 42.0 GB | ~3 tok/s (est.) | Offloads to system RAM (slow) |
| Q4_K_M | 53.6 GB | 57.8 GB | — | Won't fit |
| Q5_K_M | 62.9 GB | 67.1 GB | — | Won't fit |
| Q6_K | 72.8 GB | 77.0 GB | — | Won't fit |
| Q8_0 | 94.3 GB | 98.5 GB | — | Won't fit |
| F16 | 177.6 GB | 181.8 GB | — | Won't fit |
Want the memory numbers alone, at every quantization level and your own context length? Use the Llama 3.2 Vision 90B VRAM calculator.
or compare on Vast.ai from $0.77/hr (typical low · varies)
As an Amazon Associate we earn from qualifying purchases. Cloud GPU links are referral links — we may earn a commission at no extra cost to you.
The cheapest catalogued GPU that runs Llama 3.2 Vision 90B is the Apple M5 Pro (64 GB).
Install Ollama, then run:
ollama run llama3.2-vision:90b
Weights on Hugging Face: meta-llama/Llama-3.2-90B-Vision-Instruct.
Best for: vision, reasoning, research.
← All Llama 3.2 Vision models | VRAM calculator | Check your own hardware