Yes, just — 0.5 GB spare

Gemma 3 12B at Q4_K_M fits your Arc B570 entirely on the GPU at 8K context, at an estimated 34 tokens per second. Past 16K the KV cache pushes it over — quantise the cache to q8_0, or step down a quantisation, to go longer.

Fully on GPU 8K context Q4_K_M · 6.9 GB Gemma Terms of Use Released Mar 2025 Vision

Strong multilingual chat with images, sized for 12–16 GB cards. Gemma 4 12B is the same size and better.

What hardware do I need for Gemma 3 12B? →

The VRAM budget

weights 6.9 GB
Weights 6.9 GB KV cache @ 8K 0.81 GB Runtime overhead 0.6 GB Free 0.5 GB of 8.8 GB

Quantisation ladder

QuantWeightsTotal @ 8KMax contextTok/sQualityFit
F16 22.7 GB 24.1 GB ~2.2 Reference 15.3 GB over
Q8_0 12.1 GB 13.5 GB ~6.2 −0.1% ppl 4.7 GB over
Q6_K 9.3 GB 10.7 GB ~12 −0.4% ppl 1.9 GB over
Q5_K_M 8.1 GB 9.5 GB ~20 −0.8% ppl 0.7 GB over
Q4_K_M 6.9 GB 8.3 GB 16K 34 −1.9% ppl Recommended
Q3_K_M 5.6 GB 7.0 GB 37K 41 −5.4% ppl Long context
Q2_K 4.8 GB 6.2 GB 50K 48 −15% ppl Long context

Quality is the published perplexity delta against f16 weights. Max context assumes an f16 KV cache; q8_0 roughly doubles it. This model interleaves sliding-window layers (1024 tokens, 1 global in 6), which is why its cache barely grows with context.

How to run it

terminal
$ llama-server \
    -hf google/gemma-3-12b-it:Q4_K_M \
    -c 8192 -ngl 99

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

01Download is 6.9 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.
03Only 0.5 GB is spare, so a long system prompt can still push it over. Its real ceiling here is 16K context.
See all models for this rig Compare with another model