/AI1d ago

Google DeepMind releases Gemma 4 QAT checkpoints, cutting VRAM requirements up to threefold with near-original quality

AI Judge changed title after evaluation, original title: "Daniel Han implements Unsloth dynamic GGUFs to recover accuracy lost when converting Google's new Gemma 4 QAT models to llama.cpp"

Unsloth AI released dynamic GGUFs to restore conversion accuracy.

4748K8733.4K799.9K
Original postutku#1430
Google Gemma@googlegemma

We just dropped Gemma 4 Quantization-Aware Training (QAT) checkpoints on Hugging Face!

All Gemma 4 model sizes and their drafters are now optimized with QAT to cut memory requirements and maximize on-device performance!

9:05 AM · Jun 5, 2026 · 391.2K Views
Sentiment

Many users praised Gemma 4 QAT releases for cutting memory use enough to run capable models on phones and edge devices, while a few dismissed the gains or aired unrelated grievances about Gemini.

Pos
85.0%
Neg
15.0%
153 comments with sentiment.
Cluster Engagement
Posts from X
Most Activity
Most Activity
VIEWS200.5KBOOKMARKS1.7KLIKES2.5KRETWEETS339REPLIES77
Unsloth AI@UnslothAI

Google releases Gemma 4 QAT. ✨ You can now run Gemma 4 at 3x less memory with near original performance.

Quantization-Aware Training (QAT) makes it possible to run Gemma 4 26B-A4B on 16GB RAM.

GGUFs: https://huggingface.co/collections/unsloth/gemma-4-qat QAT Guide: https://unsloth.ai/docs/models/gemma-4/qat

Google Gemma@googlegemma

We just dropped Gemma 4 Quantization-Aware Training (QAT) checkpoints on Hugging Face!

All Gemma 4 model sizes and their drafters are now optimized with QAT to cut memory requirements and maximize on-device performance!

23hViews 200.5KLikes 2.5KBookmarks 1.7K

Gemma 4 quantization-aware training (QAT) models are now available, bringing AI performance directly to edge devices and consumer GPUs. These checkpoints are optimized with quantization-aware training to dramatically reduce memory requirements and unlock high-speed local inference. 🧵

1dViews 60.7KLikes 919Bookmarks 243
Omar Sanseviero@osanseviero

Introducing Gemma 4 QAT 🤏

- Quantization aware training to reduce models' precision while preserving quality - Introducing a new mobile quantization format that reduces memory footprint of E2B to 1GB - Q4 for all your favorite libraries ✨

23hViews 54KLikes 794Bookmarks 224
Daniel Han@danielhanchen

Gemma-4 QAT just dropped! We found if you naively convert from QAT Q4_0 BF16, you will lose accuracy since the conversion to llama.cpp has a different lattice.

Unsloth dynamic GGUFs recovers most of it! 26B-A4B: 85.6% top-1 % from 70.2% (+15.4%) 31B: 96.7% from 87.9% (+8.8%)

Unsloth AI@UnslothAI

Google releases Gemma 4 QAT. ✨ You can now run Gemma 4 at 3x less memory with near original performance.

Quantization-Aware Training (QAT) makes it possible to run Gemma 4 26B-A4B on 16GB RAM.

GGUFs: https://huggingface.co/collections/unsloth/gemma-4-qat QAT Guide: https://unsloth.ai/docs/models/gemma-4/qat

23hViews 27.7KLikes 292Bookmarks 138
Chubby♨️@kimmonismus

Google DeepMind released new Gemma 4 QAT models that make the model family much more efficient for local, on-device use.

Using Quantization-Aware Training, the models are trained with compression in mind, which reduces memory needs while preserving more quality than standard post-training quantization. The release includes support for the popular Q4_0 format and a new mobile-specialized quantization format.

Gemma 4 E2B can now run with around 1GB of memory (!), and the text-only version can even require less than 1GB (!). That makes local AI on phones, laptops, edge devices, and consumer GPUs far more practical.

Really cool to see.

22hViews 20.6KLikes 414Bookmarks 105
Ian Ballantyne@IanBallantyne

We're gonna need a bigger... repo 🚢 Gemma 4 QAT has docked and it's a whopping 23 models (100+ inc community) 😲 🏋 We trained a Q4_0 and mobile quant scheme to maintain capability and quality for Gemma 4 models post quantization 🛳️ We shipped GGUFs, compressed tensors to try now via llama.cpp, vLLM, SGLang 📊 We also shipped the unquantized QAT formats for all models (and all MTP drafters) to be converted into your prefered format 🤝 We worked with Unsloth, MLX, LMStudio, Ollama, Transformers.js who converted even more! Don't say we don't give you choice 🍨

19hViews 11.5KLikes 169Bookmarks 81
Google Gemma@googlegemma

We just dropped Gemma 4 Quantization-Aware Training (QAT) checkpoints on Hugging Face!

All Gemma 4 model sizes and their drafters are now optimized with QAT to cut memory requirements and maximize on-device performance!

1dViews 391.2KLikes 2.5KBookmarks 796
LMSYS Org@lmsysorg

🎉 New Gemma 4 QAT checkpoints from @googlegemma, Quantization-Aware Training that shrinks memory while keeping quality. Day-0 support is now live in SGLang!

✅ Gemma 4 E2B down to 1GB with a mobile-specialized format ✅ QAT beats standard PTQ on quality at the same compression ✅ Q4_0 + MTP checkpoints keep the MTP speedup while quantized

Run it now with SGLang!

Google Gemma@googlegemma

We just dropped Gemma 4 Quantization-Aware Training (QAT) checkpoints on Hugging Face!

All Gemma 4 model sizes and their drafters are now optimized with QAT to cut memory requirements and maximize on-device performance!

23hViews 10.4KLikes 101Bookmarks 47
Unsloth AI@UnslothAI

@googlegemma Thank you Google Deepmind for caring about local users and making it more efficient for us!

We made QAT GGUFs which you can now run locally with here: https://huggingface.co/unsloth/gemma-4-26B-A4B-it-qat-GGUF

1dViews 2.6KLikes 97Bookmarks 30
Rohan Paul@rohanpaul_ai

Google just made Gemma 4 much easier to run on phones and laptops by releasing QAT (Quantization-Aware Training) checkpoints that shrink the smallest model from 11.4GB to 1.1GB, or 0.84GB for text-only use.

Normal PTQ (Post-Training Quantization.) compresses after training and can damage quality because the model never learned to survive that rounding.

QAT fixes this by simulating compression during training, so Gemma 4 learns while its weights are being squeezed, making the final compressed model less likely to lose reasoning quality.

Google also built a mobile-focused format with static activations, channel-wise quantization, targeted 2-bit quantization, and KV cache optimization, which means the phone does less scaling work, stores some token-generation parts more aggressively, and keeps long chats from eating memory too fast.

16hViews 5KLikes 86Bookmarks 30
Google Gemma@googlegemma

Read more in our blog: https://blog.google/innovation-and-ai/technology/developers-tools/quantization-aware-training-gemma-4/

1dViews 6.4KLikes 84Bookmarks 28
Omar Sanseviero@osanseviero

Get started today! https://blog.google/innovation-and-ai/technology/developers-tools/quantization-aware-training-gemma-4/

Omar Sanseviero@osanseviero

Introducing Gemma 4 QAT 🤏

- Quantization aware training to reduce models' precision while preserving quality - Introducing a new mobile quantization format that reduces memory footprint of E2B to 1GB - Q4 for all your favorite libraries ✨

23hViews 4KLikes 47Bookmarks 24

🚀 Great News Local AI got Faster! Google just dropped Gemma 4 QAT checkpoints! Grab new models from 🤗

⟢ Make Gemma 4 12b faster.

Quantization-Aware Training (QAT) for all Gemma 4 sizes + drafters: ▶ Much lower memory use ▶ Minimal quality loss vs BF16 ▶ Optimized for mobile/edge & local inference

✅ Unsloth already released ready-to-use GGUF files so no need to recreate anything!

Perfect for Unsloth, llama.cpp, Ollama, LM Studio & more.

🔗 HF: Search “Gemma 4 QAT” or go to Unsloth collection Big win for on-device AI 🔥

Google Gemma@googlegemma

We just dropped Gemma 4 Quantization-Aware Training (QAT) checkpoints on Hugging Face!

All Gemma 4 model sizes and their drafters are now optimized with QAT to cut memory requirements and maximize on-device performance!

23hViews 2.5KLikes 26Bookmarks 15
Olivier Lacombe@o_lacombe

🚀 We just released Gemma 4 Quantization-Aware Training (QAT) model checkpoints.

What this means for developers: 🧠 Sharp performance retention 🗜️ Smaller memory footprints ⚡ Major efficiency boosts on mobile & laptops

23hViews 1.9KLikes 38Bookmarks 2
Google Gemma@googlegemma

⬇️Download & Integrate: Access the Q4_0 and mobile model weights right now on Hugging Face. Explore our documentation to learn how to best deploy the QAT checkpoints.

1dViews 3.8KLikes 38Bookmarks 5
Chubby♨️@kimmonismus

Source https://blog.google/innovation-and-ai/technology/developers-tools/quantization-aware-training-gemma-4/

Chubby♨️@kimmonismus

Google DeepMind released new Gemma 4 QAT models that make the model family much more efficient for local, on-device use.

Using Quantization-Aware Training, the models are trained with compression in mind, which reduces memory needs while preserving more quality than standard post-training quantization. The release includes support for the popular Q4_0 format and a new mobile-specialized quantization format.

Gemma 4 E2B can now run with around 1GB of memory (!), and the text-only version can even require less than 1GB (!). That makes local AI on phones, laptops, edge devices, and consumer GPUs far more practical.

Really cool to see.

22hViews 4.9KLikes 23Bookmarks 5
Google Gemma@googlegemma

💻 Frictionless Setup: Easily download, manage, and run the quantized models locally using user-friendly tools like UnSloth, llama.cpp, Ollama, LM Studio, vLLM, MLX, Hugging Face Transformers, or LiteRT-LM runtime for optimized edge deployment.

1dViews 2.4KLikes 26Bookmarks 5
Google Gemma@googlegemma

⚖️ High-Quality Compression: Standard quantization can degrade performance. QAT bakes compression directly into the training process, shrinking model size while preserving the reasoning capabilities you expect from Gemma 4.

1dViews 3.8KLikes 46Bookmarks 2
👩‍💻 Paige Bailey@DynamicWebPaige

💎 Massive intelligence with @googlegemma 4, but tiny resource footprint! Take a gander at our QAT models:

Gemma 4 quantization-aware training (QAT) models are now available, bringing AI performance directly to edge devices and consumer GPUs. These checkpoints are optimized with quantization-aware training to dramatically reduce memory requirements and unlock high-speed local inference. 🧵

23hViews 2.9KLikes 36Bookmarks 0

Ecosystem integrations are live today across popular developer tools including Hugging Face, Llama.cpp, Ollama, MLX, LM Studio, NVIDIA, vLLM, Unsloth, and LiteRT-LM.

1dViews 4.7KLikes 22Bookmarks 3
Load more posts