Live data from Hacker News

Gemma 3 QAT Models: Bringing AI to Consumer GPUs

developers.googleblog.com

11–20 of 286 posts

Re: Gemma 3 QAT Models: Bringing AI to Consumer GPUs

#11
post #2

Available on ollama: https://ollama.com/library/gemma3

How many times do I have to say this? Ollama, llamacpp, and many other projects are slower than vLLM/sglang. vLLM is a much superior inference engine and is fully supported by the only LLM frontends that matter (sillytavern). The community getting obsessed with Ollama has done huge damage to the field, as it's ineffecient compared to vLLM. Many people can get far more tok/s than they think they could if only they kne…

Ollama is definitely not for production loads but vLLm is.

Re: Gemma 3 QAT Models: Bringing AI to Consumer GPUs

#12
post #6

Very excited to see these kinds of techniques, I think getting a 30B level reasoning model usable on consumer hardware is going to be a game changer, especially if it uses less power.

Deepseek does reasoning on my home Linux pc but not sure how power hungry it is

Re: Gemma 3 QAT Models: Bringing AI to Consumer GPUs

#13

Could 16gb vram be enough for the 27b QAT version?

That's what the chart says yes. 14.1GB VRAM usage for the 27B model.

That's the VRAM required just to load the model weights.

To actually use a model, you need a context window. Realistically, you'll want a 20GB GPU or larger, depending on how many tokens you need.

Re: Gemma 3 QAT Models: Bringing AI to Consumer GPUs

#15
post #2

Available on ollama: https://ollama.com/library/gemma3

How many times do I have to say this? Ollama, llamacpp, and many other projects are slower than vLLM/sglang. vLLM is a much superior inference engine and is fully supported by the only LLM frontends that matter (sillytavern). The community getting obsessed with Ollama has done huge damage to the field, as it's ineffecient compared to vLLM. Many people can get far more tok/s than they think they could if only they kne…

I did not know this, so thank you. I read a blogpost a while back that encouraged using Ollama and never mention vLLM. Do you recommend reading any particular resource?

Re: Gemma 3 QAT Models: Bringing AI to Consumer GPUs

#16
post #6

Very excited to see these kinds of techniques, I think getting a 30B level reasoning model usable on consumer hardware is going to be a game changer, especially if it uses less power.

Deepseek does reasoning on my home Linux pc but not sure how power hungry it is

what variant? I’d considered DeepSeek far too large for any consumer GPUs

Re: Gemma 3 QAT Models: Bringing AI to Consumer GPUs

#17

? Am I missing something? These have been out for a while; if you follow the HF link you can see, for example, the 27b quant has been downloaded from HF 64,000 times over the last 10 days. Is there something more to this, or is just a follow up blog post? (is it just that ollama finally has partial (no images right?) support? Or something else?)

QAT “quantization aware training” means they had it quantized to 4 bits during training rather than after training in full or half precision. It’s supposedly a higher quality, but unfortunately they don’t show any comparisons between QAT and post-training quantization.

Re: Gemma 3 QAT Models: Bringing AI to Consumer GPUs

#19

? Am I missing something? These have been out for a while; if you follow the HF link you can see, for example, the 27b quant has been downloaded from HF 64,000 times over the last 10 days. Is there something more to this, or is just a follow up blog post? (is it just that ollama finally has partial (no images right?) support? Or something else?)

QAT “quantization aware training” means they had it quantized to 4 bits during training rather than after training in full or half precision. It’s supposedly a higher quality, but unfortunately they don’t show any comparisons between QAT and post-training quantization.

I understand that, but the qat models (1) are not new uploads.

How is this more significant now than when they were uploaded 2 weeks ago?

Are we expecting new models? I don’t understand the timing. This post feels like it’s two weeks late.

[1] - https://huggingface.co/collections/google/gemma-3-qat-67ee61...

Re: Gemma 3 QAT Models: Bringing AI to Consumer GPUs

#20
post #16

Earlier quoted context omitted.

Deepseek does reasoning on my home Linux pc but not sure how power hungry it is

what variant? I’d considered DeepSeek far too large for any consumer GPUs

Some people run Deepseek on CPU. 37B active params - it isn't fast but it's passible.
Post reply on HN