Meta·Code Llama·LlamaForCausalLM

CodeLlama 70B Instruct HF — Hardware Requirements & GPU Compatibility

ChatCode

CodeLlama-70B-Instruct is Meta's largest Code Llama model, a 69-billion-parameter, instruction-tuned member of the Code Llama family (7B to 70B) built on Llama 2 for general code synthesis, completion, and chat-style coding assistance. Unlike the smaller Code Llama sizes, the 70B Instruct model uses a different chat prompt template, reflecting extra fine-tuning changes made specifically for this larger variant; separate base and Python-specialist versions are also available at the same size. It is not a Python-only or infilling-focused model, but a general instruction-following code assistant. At 69 billion parameters, it needs a multi-GPU workstation or server to run, even once quantized. Context length is 4,096 tokens. It is released under Meta's Llama 2 Community License, a custom license that is free for most commercial and research use but requires organizations with more than 700 million monthly active users to request separate permission from Meta. It was published in January 2024.

410 downloads 210 likes 4.7K quant downloads4K context

Specifications

Publisher
Meta
Family
Code Llama
Parameters
69.0B
Architecture
LlamaForCausalLM
Context Length
4,096 tokens
Vocabulary Size
32,016
Release Date
2024-01-29
License
Llama 2 Community

Get Started

How Much VRAM Does CodeLlama 70B Instruct HF Need?

Select a quantization to see compatible GPUs below.

QuantizationBitsVRAM
Q2_K3.4030.3 GB
Q3_K_S3.5031.1 GB
Q3_K_M3.9034.6 GB
Q4_04.0035.5 GB
Q4_K_M4.8042.4 GB
Q5_K_M5.7050.1 GB
Q6_Kest.6.6057.9 GB
Q8_0est.8.0070.0 GB

est.= calculated VRAM estimate; no published GGUF file found for that quantization yet. Other rows are verified against real community uploads.

Which GPUs Can Run CodeLlama 70B Instruct HF?

Q4_K_M · 42.4 GB

CodeLlama 70B Instruct HF (Q4_K_M) requires 42.4 GB of VRAM to load the model weights. For comfortable inference with headroom for KV cache and system overhead, 56+ GB is recommended. Using the full 4K context window can add up to 0.7 GB, bringing total usage to 43.0 GB. No single GPU has enough memory — multi-GPU or cluster setups are needed.

Which Devices Can Run CodeLlama 70B Instruct HF?

Q4_K_M · 42.4 GB

27 devices with unified memory can run CodeLlama 70B Instruct HF, including NVIDIA DGX H100, NVIDIA DGX A100 640GB, MacBook Pro 16" M4 Max (48 GB).

Where to Download CodeLlama 70B Instruct HF

Community quantizations of this model — GGUF for llama.cpp, Ollama, and LM Studio, plus AWQ/MLX variants where available.

Related Models

Frequently Asked Questions

How much VRAM does CodeLlama 70B Instruct HF need?

CodeLlama 70B Instruct HF requires 42.4 GB of VRAM at Q4_K_M, or 138.9 GB at BF16. Full 4K context adds up to 0.7 GB (43.0 GB total).

VRAM = Weights + KV Cache + Overhead

Weights = 69.0B × 4.8 bits ÷ 8 = 41.4 GB

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

KV Cache + Overhead ≈ 1.6 GB (at full 4K context)

VRAM usage by quantization

42.4 GB
43.0 GB

Learn more about VRAM estimation →

Can NVIDIA GeForce RTX 5090 run CodeLlama 70B Instruct HF?

Yes, at Q3_K_S (31.1 GB) or lower. Higher quantizations like IQ3_M (32.0 GB) exceed the NVIDIA GeForce RTX 5090's 32 GB.

What's the best quantization for CodeLlama 70B Instruct HF?

For CodeLlama 70B Instruct HF, Q4_K_M (42.4 GB) offers the best balance of quality and VRAM usage. Q5_0 (44.1 GB) provides better quality if you have the VRAM. The smallest option is IQ3_XS at 29.4 GB.

VRAM requirement by quantization

IQ3_XS
29.4 GB
IQ3_M
32.0 GB
IQ4_XS
38.0 GB
Q4_K_M ★
42.4 GB
Q5_K_S
48.4 GB
BF16
138.9 GB

★ Recommended — best balance of quality and VRAM usage.

Learn more about quantization →

Can I run CodeLlama 70B Instruct HF on a Mac?

CodeLlama 70B Instruct HF requires at least 29.4 GB at IQ3_XS, 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 CodeLlama 70B Instruct HF locally?

Yes — CodeLlama 70B Instruct HF can run locally on consumer hardware. At Q4_K_M quantization it needs 42.4 GB of VRAM. Popular tools include Ollama, LM Studio, and llama.cpp.

How fast is CodeLlama 70B Instruct HF?

At Q4_K_M, CodeLlama 70B Instruct HF can reach ~113 tok/s on AMD Instinct MI350X. Speed depends mainly on GPU memory bandwidth. Real-world results typically within ±20%.

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

Example: NVIDIA B200 → 8000 ÷ 42.4 × 0.65 = ~123 tok/s

Estimated speed at Q4_K_M (42.4 GB)

~123 tok/s
~123 tok/s
~113 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 CodeLlama 70B Instruct HF?

At Q4_K_M, the download is about 41.39 GB. The full-precision BF16 version is 137.95 GB. The smallest option (IQ3_XS) is 28.45 GB.

Which GPUs can run CodeLlama 70B Instruct HF?

No single consumer GPU has enough VRAM to run CodeLlama 70B Instruct HF at Q4_K_M (42.4 GB). Multi-GPU or professional hardware is required.

Which devices can run CodeLlama 70B Instruct HF?

27 devices with unified memory can run CodeLlama 70B Instruct HF at Q4_K_M (42.4 GB), including ASUS Ascent GX10, Asus ROG Flow Z13 (2025, Ryzen AI Max+ 395, 128 GB), Beelink GTR9 Pro (Ryzen AI Max+ 395, 128 GB), Framework Desktop (Ryzen AI Max+ 395, 128 GB). Apple Silicon Macs use unified memory shared between CPU and GPU, making them well-suited for local LLM inference.