Skip to content

Commit 68fac68

Browse files
committed
chore(model gallery): add gemma-3-27b-it
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent e878556 commit 68fac68

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

gallery/index.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
---
2+
- &gemma3
3+
url: "github:mudler/LocalAI/gallery/gemma.yaml@master"
4+
name: "gemma-3-27b-it"
5+
icon: https://ai.google.dev/static/gemma/images/gemma3.png
6+
license: gemma
7+
urls:
8+
- https://ai.google.dev/gemma/docs
9+
- https://huggingface.co/ggml-org/gemma-3-27b-it-GGUF
10+
description: |
11+
Google/gemma-3-27b-it is an open-source, state-of-the-art vision-language model built from the same research and technology used to create the Gemini models. It is multimodal, handling text and image input and generating text output, with open weights for both pre-trained variants and instruction-tuned variants. Gemma 3 models have a large, 128K context window, multilingual support in over 140 languages, and are available in more sizes than previous versions. They 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.
12+
tags:
13+
- llm
14+
- gguf
15+
- gpu
16+
- cpu
17+
- gemma
18+
- gemma3
19+
- gemma-3
20+
overrides:
21+
parameters:
22+
model: gemma-3-27b-it-Q4_K_M.gguf
23+
files:
24+
- filename: gemma-3-27b-it-Q4_K_M.gguf
25+
sha256: edc9aff4d811a285b9157618130b08688b0768d94ee5355b02dc0cb713012e15
26+
uri: huggingface://ggml-org/gemma-3-27b-it-GGUF/gemma-3-27b-it-Q4_K_M.gguf
227
- &phi4
328
url: "github:mudler/LocalAI/gallery/phi-4-chat.yaml@master"
429
name: "phi-4"

0 commit comments

Comments
 (0)