Skip to content

Commit fa1d058

Browse files
authored
chore(model gallery): add mproj files for gemma3 models (#5028)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent a49a588 commit fa1d058

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

gallery/index.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,16 @@
1818
- gemma3
1919
- gemma-3
2020
overrides:
21+
mmproj: gemma-3-27b-it-mmproj-f16.gguf
2122
parameters:
2223
model: gemma-3-27b-it-Q4_K_M.gguf
2324
files:
2425
- filename: gemma-3-27b-it-Q4_K_M.gguf
2526
sha256: edc9aff4d811a285b9157618130b08688b0768d94ee5355b02dc0cb713012e15
2627
uri: huggingface://ggml-org/gemma-3-27b-it-GGUF/gemma-3-27b-it-Q4_K_M.gguf
28+
- filename: gemma-3-27b-it-mmproj-f16.gguf
29+
sha256: 54cb61c842fe49ac3c89bc1a614a2778163eb49f3dec2b90ff688b4c0392cb48
30+
uri: huggingface://lmstudio-community/gemma-3-27b-it-GGUF/mmproj-model-f16.gguf
2731
- !!merge <<: *gemma3
2832
name: "gemma-3-12b-it"
2933
urls:
@@ -32,12 +36,16 @@
3236
description: |
3337
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.
3438
overrides:
39+
mmproj: gemma-3-12b-it-mmproj-f16.gguf
3540
parameters:
3641
model: gemma-3-12b-it-Q4_K_M.gguf
3742
files:
3843
- filename: gemma-3-12b-it-Q4_K_M.gguf
3944
sha256: 7bb69bff3f48a7b642355d64a90e481182a7794707b3133890646b1efa778ff5
4045
uri: huggingface://ggml-org/gemma-3-12b-it-GGUF/gemma-3-12b-it-Q4_K_M.gguf
46+
- filename: gemma-3-12b-it-mmproj-f16.gguf
47+
sha256: 30c02d056410848227001830866e0a269fcc28aaf8ca971bded494003de9f5a5
48+
uri: huggingface://lmstudio-community/gemma-3-12b-it-GGUF/mmproj-model-f16.gguf
4149
- !!merge <<: *gemma3
4250
name: "gemma-3-4b-it"
4351
urls:
@@ -46,12 +54,16 @@
4654
description: |
4755
Gemma is a family of lightweight, state-of-the-art open models from Google, built from the same research and technology used to create the Gemini models. Gemma 3 models are multimodal, handling text and image input and generating text output, with open weights for both pre-trained variants and instruction-tuned variants. Gemma 3 has a large, 128K context window, multilingual support in over 140 languages, and is available in more sizes than previous versions. Gemma 3 models are well-suited for a variety of text generation and image understanding tasks, including question answering, summarization, and reasoning. Their relatively small size makes it possible to deploy them in environments with limited resources such as laptops, desktops or your own cloud infrastructure, democratizing access to state of the art AI models and helping foster innovation for everyone. Gemma-3-4b-it is a 4 billion parameter model.
4856
overrides:
57+
mmproj: gemma-3-4b-it-mmproj-f16.gguf
4958
parameters:
5059
model: gemma-3-4b-it-Q4_K_M.gguf
5160
files:
5261
- filename: gemma-3-4b-it-Q4_K_M.gguf
5362
sha256: 882e8d2db44dc554fb0ea5077cb7e4bc49e7342a1f0da57901c0802ea21a0863
5463
uri: huggingface://ggml-org/gemma-3-4b-it-GGUF/gemma-3-4b-it-Q4_K_M.gguf
64+
- filename: gemma-3-4b-it-mmproj-f16.gguf
65+
sha256: 8c0fb064b019a6972856aaae2c7e4792858af3ca4561be2dbf649123ba6c40cb
66+
uri: huggingface://lmstudio-community/gemma-3-4b-it-GGUF/mmproj-model-f16.gguf
5567
- !!merge <<: *gemma3
5668
name: "gemma-3-1b-it"
5769
urls:

0 commit comments

Comments
 (0)