What GPU do I need to run codellama/CodeLlama-7b-hf?
6.7B parameters, published in BF16. View on Hugging Face
CodeLlama-7b-hf is published by codellama on Hugging Face, with 505,595 downloads and 379 likes to date. It's a LlamaForCausalLM model built for text-generation, published natively in BF16.
VRAM required & cheapest live GPU fit
Required VRAM = weight size at each precision, plus a fixed overhead for KV-cache, activations, and fragmentation. Full formula and assumptions: methodology.
A GPU is only matched to a row if its hardware supports that precision, and the primary recommendation is always a single-GPU fit when one exists.
INT4 requires a quantized checkpoint actually published for this model, check its Hugging Face page before relying on this row.
Cheapest way to run CodeLlama-7b-hf at its published (BF16) precision: 1× RTX 5060 Ti on simplepod, at $0.100/hr per GPU ($0.100/hr total). Quantizing to FP8 or INT4 (rows above) can cost less, but requires a compatible quantized checkpoint to exist for this model.
CodeLlama-7b-hf: common questions
Does CodeLlama-7b-hf fit on a 16 GB GPU?
Yes. At BF16 it needs 15.1 GB of VRAM, so a 16 GB card holds it with 0.9 GB to spare. A 12 GB card is not enough for it at BF16.
What is the least VRAM CodeLlama-7b-hf can run in?
3.8 GB, at INT4 (quantized), which fits a 6 GB card, against 15.1 GB at BF16. That row assumes an INT4 checkpoint has actually been published for this model, so check its Hugging Face page before planning around it.
Does quantizing CodeLlama-7b-hf lower the GPU bill?
Yes. At BF16 the cheapest live fit is one RTX 5060 Ti on simplepod at $0.100/hr. At INT4 (quantized) it drops to one RTX 3070 on simplepod at $0.050/hr, provided a quantized checkpoint exists for it.
Weight-to-VRAM math, the fit rules, and how live prices are normalized: full methodology.
More codellama models
- CodeLlama-7b-Instruct-hf (6.7B, BF16)
- CodeLlama-34b-Instruct-hf (33.7B, BF16)
- bert-base-uncased (110M, F32)
- Qwen3-0.6B (752M, BF16)
- gpt2 (137M, F32)
- Qwen3-8B (8.2B, BF16)