Skip to content

Commit 9bc69c9

Browse files
localai-botmudler
andauthored
chore(model gallery): 🤖 add 1 new models via gallery agent (#10200)
chore(model gallery): 🤖 add new models via gallery agent Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
1 parent 1e6c9cf commit 9bc69c9

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,57 @@
11
---
2+
- name: "gemma-4-12b-it-qat-q4_0"
3+
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
4+
urls:
5+
- https://huggingface.co/google/gemma-4-12B-it-qat-q4_0-gguf
6+
description: |
7+
Hugging Face |
8+
GitHub |
9+
Launch Blog |
10+
Documentation
11+
12+
License: Apache 2.0 | Authors: Google DeepMind
13+
14+
> [!Note]
15+
> This model card is for the new versions of the Gemma 4 family optimized with Quantization-Aware Training (QAT), which allows preserving similar quality to bfloat16 while dramatically reducing the memory requirements to load the model.
16+
> Four versions of the QAT checkpoints are available:
17+
> * **Unquantized QAT checkpoints** (Q4_0): Half-precision weights extracted from the QAT pipeline, ideal for custom downstream compilation and research. Available for Gemma 4 E2B, E4B, 12B, 26B A4B, and 31B, and their drafter models.
18+
> * **GGUF** (Q4_0): Ready-to-deploy formats for broad ecosystem compatibility. Available for Gemma 4 E2B, E4B, 12B, 26B A4B, and 31B.
19+
> * **Mobile-optimized** (wNa8o8): A custom schema engineered explicitly for mobile hardware efficiency. It features targeted 2-bit decoding layers, optimized KV caches, and static activations to maximize VRAM savings. Available for Gemma 4 E2B and E4B.
20+
> * **Compressed Tensors** (w4a16): QAT checkpoints serialized in the compressed-tensors format for native, optimized inference with vLLM. Available for Gemma 4 E2B, E4B, 12B
21+
22+
...
23+
license: "apache-2.0"
24+
tags:
25+
- llm
26+
- gguf
27+
icon: https://ai.google.dev/gemma/images/gemma4_banner.png
28+
overrides:
29+
backend: llama-cpp
30+
function:
31+
automatic_tool_parsing_fallback: true
32+
grammar:
33+
disable: true
34+
known_usecases:
35+
- chat
36+
mmproj: llama-cpp/mmproj/gemma-4-12B-it-qat-q4_0-gguf/mmproj-gemma-4-12b-it-qat-q4_0.gguf
37+
options:
38+
- use_jinja:true
39+
parameters:
40+
min_p: 0
41+
model: llama-cpp/models/gemma-4-12B-it-qat-q4_0-gguf/gemma-4-12b-it-qat-q4_0.gguf
42+
repeat_penalty: 1
43+
temperature: 1
44+
top_k: 64
45+
top_p: 0.95
46+
template:
47+
use_tokenizer_template: true
48+
files:
49+
- filename: llama-cpp/models/gemma-4-12B-it-qat-q4_0-gguf/gemma-4-12b-it-qat-q4_0.gguf
50+
sha256: faff1a63667fac17ac5e777f47114688fcefea96e220e211aaa8d62c2c4561f1
51+
uri: https://huggingface.co/google/gemma-4-12B-it-qat-q4_0-gguf/resolve/main/gemma-4-12b-it-qat-q4_0.gguf
52+
- filename: llama-cpp/mmproj/gemma-4-12B-it-qat-q4_0-gguf/mmproj-gemma-4-12b-it-qat-q4_0.gguf
53+
sha256: e70b0e5cd80323d5d588b4ed06780356b7b1ba03995a4b8164c6ae9db0ff5989
54+
uri: https://huggingface.co/google/gemma-4-12B-it-qat-q4_0-gguf/resolve/main/mmproj-gemma-4-12b-it-qat-q4_0.gguf
255
- name: "step-3.7-flash"
356
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
457
urls:

0 commit comments

Comments
 (0)