Only with CPU offload

Qwen2.5-Coder 14B at Q4_K_M needs 10.4 GB but only 7.0 GB is addressable, so about 41% of the layers would stream from system RAM at roughly 60 GB/s. Expect around 8.9 tokens per second — usable for batch work, painful for chat.

59% on GPU 8K context Q4_K_M · 8.3 GB Apache 2.0 Released Nov 2024

Noticeably better at whole-file edits than the 7B, still comfortable on 12 GB.

What hardware do I need for Qwen2.5-Coder 14B? →

Fits instead: Qwen2.5-Coder 7B (5.3 GB)

The VRAM budget

weights 8.3 GB
Weights 8.3 GB KV cache @ 8K 1.50 GB Runtime overhead 0.6 GB Over budget 3.4 GB past 7.0 GB

Quantisation ladder

QuantWeightsTotal @ 8KMax contextTok/sQualityFit
F16 27.6 GB 29.7 GB ~1.6 Reference 22.7 GB over
Q8_0 14.6 GB 16.7 GB ~3.5 −0.1% ppl 9.7 GB over
Q6_K 11.3 GB 13.4 GB ~5.1 −0.4% ppl 6.4 GB over
Q5_K_M 9.8 GB 11.9 GB ~6.6 −0.8% ppl 4.9 GB over
Q4_K_M 8.3 GB 10.4 GB ~8.9 −1.9% ppl 3.4 GB over
Q3_K_M 6.7 GB 8.8 GB ~15 −5.4% ppl 1.8 GB over
Q2_K 5.8 GB 7.9 GB 3K ~24 −15% ppl 0.9 GB over

Quality is the published perplexity delta against f16 weights. Max context assumes an f16 KV cache; q8_0 roughly doubles it.

How to run it

terminal
$ llama-server \
    -hf Qwen/Qwen2.5-Coder-14B-Instruct:Q4_K_M \
    -c 8192 -ngl 28

The engine underneath most of the others. Every knob is exposed. More on llama.cpp.

01Download is 8.3 GB. Keep it on an SSD — a first load off a spinning disk takes minutes.
02Close anything else holding VRAM. A browser with hardware acceleration can sit on 1–2 GB.
03If it falls back to CPU silently, drop the context first, then step down a quantisation.
See all models for this rig Compare with another model