Text model · Llama 4
Llama 4 Scout: RAM and VRAM requirements
Llama 4 Scout needs about 64.2 GB to run at Q4_K_M (the Q4_K_M GGUF file is ~60.87 GB to download; KV cache and overhead add the rest), or about 110 GB at Q8_0. The lightest hardware that runs it is Apple M4 Max (128GB).
Llama 4 family · 109B params (Mixture-of-Experts: activates only 17B of 109B params per token, so generation is faster than the total size suggests) · released Apr 2025 · 1.7M Ollama pulls.
Shopping for hardware? See what runs Llama 4 Scout →
Q4_K_M and Q8_0 are GGUF download (file) sizes. Memory @ Q4 includes the KV cache and overhead, so it runs larger than the file on disk.
Will it run on your device?
Llama 4 Scout runs on 4 of 40 tracked devices at Q4_K_M.
Memory breakdown
How context length changes it
Longer context grows the KV cache, which for Llama 4 Scout is sized by its 17B active params, not the full 109B. It needs ~64.2 GB at 4k and ~141.9 GB at 128k.
Benchmark scores
Sourced third-party benchmarks for the full-precision Llama 4 Scout, not a specific quant. See the full leaderboard.
Quantization sizes
| Quantization | Size on disk |
|---|---|
| Q2_K | 45.6 GB est |
| Q3_K_M | 53.3 GB est |
| Q4_K_M (default) | 60.87 GB |
| Q5_K_M | 77.7 GB est |
| Q6_K | 89.4 GB est |
| Q8_0 | 106.67 GB |
| FP16 | 218 GB est |
Lower quant = smaller and faster, slightly lower quality. Q4_K_M is the common default.
Run it
ollama run llama4:scout llama-cli -hf unsloth/Llama-4-Scout-17B-16E-Instruct-GGUF:Q4_K_M lms get unsloth/Llama-4-Scout-17B-16E-Instruct-GGUF Which devices can run Llama 4 Scout?
Apple Silicon Macs
- Apple M1 (8GB) No
- Apple M2 (16GB) No
- Apple M4 (16GB) No
- Apple M5 (16GB) No
- Apple M3 Pro (18GB) No
- Apple M4 (24GB) No
- Apple M4 Pro (24GB) No
- Apple M5 (32GB) No
- Apple M4 Pro (48GB) No
- Apple M5 Pro (48GB) No
- Apple M4 Max (64GB) No
- Apple M4 Max (128GB) Yes
- Apple M5 Max (128GB) Yes
- Apple M3 Ultra (256GB) Yes
RAM-only laptops
iPhone & iPad
Android
NVIDIA GPUs
Same job, different size
Pick by what fits your memory: step down to free up VRAM, or step up if you have headroom.
Similar models
Head-to-head
FAQ
How much VRAM or RAM does Llama 4 Scout need?
At Q4_K_M, Llama 4 Scout needs about 64.2 GB (weights ~60.87 GB + KV cache + overhead) at a 4k context. At Q8_0 budget ~110 GB.
What is the Q4_K_M GGUF file size of Llama 4 Scout?
The Q4_K_M GGUF file is about 60.87 GB to download, and the Q8_0 GGUF is about 106.67 GB. That is the weights file on disk; to run it you also need room for the KV cache and overhead, so budget ~64.2 GB of memory at Q4_K_M.
Can Llama 4 Scout run on a laptop?
Llama 4 Scout is large; you need a high-memory Mac or multi-GPU setup at Q4_K_M.
Is Llama 4 Scout cheaper to run because it is a MoE model?
It is faster, not lighter. Llama 4 Scout activates only 17B of 109B params per token (so it runs quickly), but all experts must stay in memory, so it still needs memory for the full 109B.
Can I use Llama 4 Scout commercially?
Conditionally. Llama 4 Community License: free under 700M MAU, with use restrictions.
Understand the numbers
Short guides to the ideas behind Llama 4 Scout's memory and quant figures.
Llama 4 Scout, 109B MoE (17B active), natively multimodal with very long context. Q4_K_M ~61GB across a 2-file series. Size from the unsloth GGUF repo (Ollama llama4:scout is a comparable ~63GB build).
Sources
Last validated 2026-08-03. Memory figures are estimates. See methodology.