Skip to content

Commit 87ca801

Browse files
authored
chore(model gallery): add gemma-3-12b-it (#5007)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent e4ecbb6 commit 87ca801

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

gallery/index.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@
2424
- filename: gemma-3-27b-it-Q4_K_M.gguf
2525
sha256: edc9aff4d811a285b9157618130b08688b0768d94ee5355b02dc0cb713012e15
2626
uri: huggingface://ggml-org/gemma-3-27b-it-GGUF/gemma-3-27b-it-Q4_K_M.gguf
27+
- !!merge <<: *gemma3
28+
name: "gemma-3-12b-it"
29+
urls:
30+
- https://ai.google.dev/gemma/docs/core
31+
- https://huggingface.co/ggml-org/gemma-3-12b-it-GGUF
32+
description: |
33+
google/gemma-3-12b-it is an open-source, state-of-the-art, lightweight, multimodal model built from the same research and technology used to create the Gemini models. It is capable of handling text and image input and generating text output. It has a large context window of 128K tokens and supports over 140 languages. The 12B variant has been fine-tuned using the instruction-tuning approach. Gemma 3 models are suitable for a variety of text generation and image understanding tasks, including question answering, summarization, and reasoning. Their relatively small size makes them deployable in environments with limited resources such as laptops, desktops, or your own cloud infrastructure.
34+
overrides:
35+
parameters:
36+
model: gemma-3-12b-it-Q4_K_M.gguf
37+
files:
38+
- filename: gemma-3-12b-it-Q4_K_M.gguf
39+
sha256: 7bb69bff3f48a7b642355d64a90e481182a7794707b3133890646b1efa778ff5
40+
uri: huggingface://ggml-org/gemma-3-12b-it-GGUF/gemma-3-12b-it-Q4_K_M.gguf
2741
- &phi4
2842
url: "github:mudler/LocalAI/gallery/phi-4-chat.yaml@master"
2943
name: "phi-4"

0 commit comments

Comments
 (0)