Yes — with 3.5 GB to spare

Gemma 4 E2B at Q4_K_M fits your GeForce RTX 3070 Ti entirely on the GPU at 8K context, at an estimated 128 tokens per second. There is room for its full 128K window.

Fully on GPU 8K context Q4_K_M · 2.9 GB Apache 2.0 Released 2 Apr 2026 Vision

"E2B" is 2.3B effective, but the file holds 5B because of per-layer embeddings — size it as 5B. Text, image and audio in.

What hardware do I need for Gemma 4 E2B? →

The VRAM budget

weights 2.9 GB
Weights 2.9 GB KV cache @ 8K 0.07 GB Runtime overhead 0.6 GB Free 3.5 GB of 7.0 GB

Quantisation ladder

QuantWeightsTotal @ 8KMax contextTok/sQualityFit
F16 9.5 GB 10.2 GB ~9.6 Reference 3.2 GB over
Q8_0 5.0 GB 5.7 GB 128K 73 −0.1% ppl Long context
Q6_K 3.9 GB 4.6 GB 128K 95 −0.4% ppl Long context
Q5_K_M 3.4 GB 4.0 GB 128K 109 −0.8% ppl Long context
Q4_K_M 2.9 GB 3.5 GB 128K 128 −1.9% ppl Recommended
Q3_K_M 2.3 GB 3.0 GB 128K 159 −5.4% ppl Long context
Q2_K 2.0 GB 2.7 GB 128K 185 −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 (512 tokens, 7 of 35 layers global), which is why its cache barely grows with context.

How to run it

terminal
$ ollama pull gemma4:e2b
$ OLLAMA_CONTEXT_LENGTH=8192 \
    ollama run gemma4:e2b

The default. One binary, a model registry, an OpenAI-compatible port. More on Ollama.

01Download is 2.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.
03There is room to go to the model's full 128K context on this card.
See all models for this rig Compare with another model