Meta·Llama 3

Llama 3.2 3B — Hardware Requirements & GPU Compatibility

Chat

Meta Llama 3.2 3B is a 3.2-billion parameter base (pretrained) model from Meta's Llama 3.2 family. It supports a 128K token context window and is intended for fine-tuning, research, and custom applications rather than direct conversational use. The model provides a good balance between capability and efficiency at the small model scale. It is popular as a foundation for community fine-tunes and domain-specific adaptations. Released under the Llama 3.2 Community License.

1.6M downloads 705 likesOct 2024

Specifications

Publisher
Meta
Family
Llama 3
Parameters
3.2B
Release Date
2024-10-24
License
llama3.2

Get Started

How Much VRAM Does Llama 3.2 3B Need?

Select a quantization to see compatible GPUs below.

QuantizationBitsVRAM
IQ2_XXS2.201.0 GB
IQ2_M2.701.2 GB
IQ3_XXS3.101.4 GB
Q2_K3.401.5 GB
Q3_K_S3.501.6 GB
IQ3_M3.601.6 GB
Q3_K_M3.901.7 GB
Q4_04.001.8 GB
Q3_K_L4.101.8 GB
IQ4_XS4.301.9 GB
IQ4_NL4.502.0 GB
Q4_K_S4.502.0 GB
Q4_14.502.0 GB
Q4_K_M4.802.1 GB
Q4_K_L4.902.2 GB
Q5_K_S5.502.4 GB
Q5_K_M5.702.5 GB
Q5_K_L5.802.6 GB
Q6_K6.602.9 GB
Q8_08.003.5 GB

Which GPUs Can Run Llama 3.2 3B?

Q4_K_M · 2.1 GB

Llama 3.2 3B (Q4_K_M) requires 2.1 GB of VRAM to load the model weights. For comfortable inference with headroom for KV cache and system overhead, 3+ GB is recommended. 35 GPUs can run it, including NVIDIA GeForce RTX 5090, NVIDIA GeForce RTX 3090 Ti.

Which Devices Can Run Llama 3.2 3B?

Q4_K_M · 2.1 GB

33 devices with unified memory can run Llama 3.2 3B, including NVIDIA DGX H100, NVIDIA DGX A100 640GB.

Related Models

Frequently Asked Questions

How much VRAM does Llama 3.2 3B need?

Llama 3.2 3B requires 2.1 GB of VRAM at Q4_K_M, or 3.5 GB at Q8_0.

VRAM = Weights + KV Cache + Overhead

Weights = 3.2B × 4.8 bits ÷ 8 = 1.9 GB

KV Cache + Overhead 0.2 GB (at 2K context + ~0.3 GB framework)

VRAM usage by quantization

2.1 GB

Learn more about VRAM estimation →

What's the best quantization for Llama 3.2 3B?

For Llama 3.2 3B, Q4_K_M (2.1 GB) offers the best balance of quality and VRAM usage. Q4_K_L (2.2 GB) provides better quality if you have the VRAM. The smallest option is IQ2_XXS at 1.0 GB.

VRAM requirement by quantization

IQ2_XXS
1.0 GB
IQ3_M
1.6 GB
IQ4_NL
2.0 GB
Q4_K_M
2.1 GB
Q4_K_L
2.2 GB
Q8_0
3.5 GB

★ Recommended — best balance of quality and VRAM usage.

Learn more about quantization →

Can I run Llama 3.2 3B on a Mac?

Llama 3.2 3B requires at least 1.0 GB at IQ2_XXS, which exceeds the unified memory of most consumer Macs. You would need a Mac Studio or Mac Pro with a high-memory configuration.

Can I run Llama 3.2 3B locally?

Yes — Llama 3.2 3B can run locally on consumer hardware. At Q4_K_M quantization it needs 2.1 GB of VRAM. Popular tools include Ollama, LM Studio, and llama.cpp.

How fast is Llama 3.2 3B?

At Q4_K_M, Llama 3.2 3B can reach ~1375 tok/s on AMD Instinct MI300X. On NVIDIA GeForce RTX 4090: ~309 tok/s. Speed depends mainly on GPU memory bandwidth. Real-world results typically within ±20%.

tok/s = (bandwidth GB/s ÷ model GB) × efficiency

Example: AMD Instinct MI300X5300 ÷ 2.1 × 0.55 = ~1375 tok/s

Estimated speed at Q4_K_M (2.1 GB)

~1375 tok/s
~309 tok/s
~1028 tok/s
~850 tok/s

Real-world results typically within ±20%. Speed depends on batch size, quantization kernel, and software stack.

Learn more about tok/s estimation →

What's the download size of Llama 3.2 3B?

At Q4_K_M, the download is about 1.93 GB. The full-precision Q8_0 version is 3.21 GB. The smallest option (IQ2_XXS) is 0.88 GB.