mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-12 22:33:54 -04:00
gallery: apply PR #11946
Assisted-by: localai-org-maint-bot:glm5.2 [gh]
This commit is contained in:
1 parent
d95b5d787f
commit
8b003539db
2 files changed
+181
-9
No files matched your search
@@ -73,17 +73,22 @@ When browsing the gallery or importing a model by URI, LocalAI can show **estima
|
||||
- **Hardware fit indicator**: When your system reports GPU or RAM capacity, the gallery shows whether the estimated VRAM fits (green) or may not fit (red) using a 95% headroom rule.
|
||||
- Estimates are best-effort and may be missing if the server does not support HEAD/Range or the request times out.
|
||||
|
||||
## Nex-N2.5-mini
|
||||
## Gemma 4 12B IT
|
||||
|
||||
Install `nex-n2.5-mini-q4` for coding, tool use, and image prompts with
|
||||
llama.cpp. The gallery offers Q4_K_M, Q5_K_M, Q6_K, and Q8_0 builds. Each
|
||||
build includes the F16 vision projector and uses the model's embedded chat
|
||||
template. LocalAI selects a variant using the available memory.
|
||||
Install `gemma-4-12b-it-q4` for chat, tool use, and image prompts with
|
||||
llama.cpp. The gallery offers Unsloth Q4_K_M, Q5_K_M, Q6_K, and Q8_0
|
||||
builds, each with an F16 vision projector and the embedded chat template.
|
||||
LocalAI selects a quantization based on available memory. To choose one
|
||||
explicitly, run:
|
||||
|
||||
The entries default to a 32,768-token context. The source model supports
|
||||
up to 262,144 tokens; increase `context_size` if enough memory is available.
|
||||
Sampling defaults follow the [publisher's recommendations](https://huggingface.co/nex-agi/Nex-N2.5-mini):
|
||||
temperature 0.7, `top_p` 0.95, and `top_k` 40.
|
||||
```bash
|
||||
local-ai models install gemma-4-12b-it-q4 --variant gemma-4-12b-it-q8
|
||||
```
|
||||
|
||||
These entries use a 32,768-token context and sampling defaults of
|
||||
temperature 1, top_k 64, and top_p 0.95. They are separate from the
|
||||
existing QAT builds. See the [source model](https://huggingface.co/google/gemma-4-12B-it)
|
||||
and [GGUF files](https://huggingface.co/unsloth/gemma-4-12b-it-GGUF).
|
||||
|
||||
## Add other galleries
|
||||
|
||||
|
||||
@@ -10537,6 +10537,173 @@
|
||||
- filename: llama-cpp/mmproj/gemma-4-26B-A4B-it-qat-GGUF/mmproj-F32.gguf
|
||||
sha256: ef269e294502d6ee3722cbf129681b2586c2e6ceb79d0507963c92146e058cd4
|
||||
uri: https://huggingface.co/unsloth/gemma-4-26B-A4B-it-qat-GGUF/resolve/main/mmproj-F32.gguf
|
||||
- &gemma-4-12b-it
|
||||
name: "gemma-4-12b-it-q4"
|
||||
variants:
|
||||
- model: gemma-4-12b-it-q5
|
||||
- model: gemma-4-12b-it-q6
|
||||
- model: gemma-4-12b-it-q8
|
||||
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
|
||||
urls:
|
||||
- https://huggingface.co/google/gemma-4-12B-it
|
||||
- https://huggingface.co/unsloth/gemma-4-12b-it-GGUF
|
||||
license: "apache-2.0"
|
||||
icon: https://ai.google.dev/gemma/images/gemma4_banner.png
|
||||
tags:
|
||||
- llm
|
||||
- gguf
|
||||
- cpu
|
||||
- gpu
|
||||
- gemma
|
||||
- vision
|
||||
- multimodal
|
||||
- tools
|
||||
last_checked: "2026-09-09"
|
||||
description: |
|
||||
Gemma 4 12B IT is Google's 12B instruction-tuned model for chat,
|
||||
reasoning, tool use, and image understanding. This Unsloth Q4_K_M
|
||||
GGUF build includes the F16 vision projector and uses the embedded
|
||||
chat template. It defaults to a 32,768-token context.
|
||||
overrides:
|
||||
backend: llama-cpp
|
||||
context_size: 32768
|
||||
function:
|
||||
automatic_tool_parsing_fallback: true
|
||||
grammar:
|
||||
disable: true
|
||||
known_usecases:
|
||||
- chat
|
||||
- vision
|
||||
mmproj: llama-cpp/mmproj/gemma-4-12b-it/mmproj-F16.gguf
|
||||
options:
|
||||
- use_jinja:true
|
||||
parameters:
|
||||
model: llama-cpp/models/gemma-4-12b-it/gemma-4-12b-it-Q4_K_M.gguf
|
||||
temperature: 1
|
||||
top_k: 64
|
||||
top_p: 0.95
|
||||
min_p: 0
|
||||
repeat_penalty: 1
|
||||
template:
|
||||
use_tokenizer_template: true
|
||||
files:
|
||||
- filename: llama-cpp/models/gemma-4-12b-it/gemma-4-12b-it-Q4_K_M.gguf
|
||||
uri: https://huggingface.co/unsloth/gemma-4-12b-it-GGUF/resolve/fc034cfff751157913579611efad8462ac1be606/gemma-4-12b-it-Q4_K_M.gguf
|
||||
sha256: 0a270ec9fe6b34f4a0d33992b6135117b484ebc4766ab76b51d4ae8c457e4c42
|
||||
- filename: llama-cpp/mmproj/gemma-4-12b-it/mmproj-F16.gguf
|
||||
uri: https://huggingface.co/unsloth/gemma-4-12b-it-GGUF/resolve/fc034cfff751157913579611efad8462ac1be606/mmproj-F16.gguf
|
||||
sha256: 91f086971e56d7a7d8d39e271873fccdb49541bd259d6e02c401a4f1cb7a219e
|
||||
- !!merge <<: *gemma-4-12b-it
|
||||
name: "gemma-4-12b-it-q5"
|
||||
variants: []
|
||||
description: |
|
||||
Gemma 4 12B IT is Google's 12B instruction-tuned model for chat,
|
||||
reasoning, tool use, and image understanding. This Unsloth Q5_K_M
|
||||
GGUF build includes the F16 vision projector and uses the embedded
|
||||
chat template. It defaults to a 32,768-token context.
|
||||
overrides:
|
||||
backend: llama-cpp
|
||||
context_size: 32768
|
||||
function:
|
||||
automatic_tool_parsing_fallback: true
|
||||
grammar:
|
||||
disable: true
|
||||
known_usecases:
|
||||
- chat
|
||||
- vision
|
||||
mmproj: llama-cpp/mmproj/gemma-4-12b-it/mmproj-F16.gguf
|
||||
options:
|
||||
- use_jinja:true
|
||||
parameters:
|
||||
model: llama-cpp/models/gemma-4-12b-it/gemma-4-12b-it-Q5_K_M.gguf
|
||||
temperature: 1
|
||||
top_k: 64
|
||||
top_p: 0.95
|
||||
min_p: 0
|
||||
repeat_penalty: 1
|
||||
template:
|
||||
use_tokenizer_template: true
|
||||
files:
|
||||
- filename: llama-cpp/models/gemma-4-12b-it/gemma-4-12b-it-Q5_K_M.gguf
|
||||
uri: https://huggingface.co/unsloth/gemma-4-12b-it-GGUF/resolve/fc034cfff751157913579611efad8462ac1be606/gemma-4-12b-it-Q5_K_M.gguf
|
||||
sha256: 32c554c7d1338a23837ae39b3db482213a4a642f96df3b2619f516a2375d16cd
|
||||
- filename: llama-cpp/mmproj/gemma-4-12b-it/mmproj-F16.gguf
|
||||
uri: https://huggingface.co/unsloth/gemma-4-12b-it-GGUF/resolve/fc034cfff751157913579611efad8462ac1be606/mmproj-F16.gguf
|
||||
sha256: 91f086971e56d7a7d8d39e271873fccdb49541bd259d6e02c401a4f1cb7a219e
|
||||
- !!merge <<: *gemma-4-12b-it
|
||||
name: "gemma-4-12b-it-q6"
|
||||
variants: []
|
||||
description: |
|
||||
Gemma 4 12B IT is Google's 12B instruction-tuned model for chat,
|
||||
reasoning, tool use, and image understanding. This Unsloth Q6_K
|
||||
GGUF build includes the F16 vision projector and uses the embedded
|
||||
chat template. It defaults to a 32,768-token context.
|
||||
overrides:
|
||||
backend: llama-cpp
|
||||
context_size: 32768
|
||||
function:
|
||||
automatic_tool_parsing_fallback: true
|
||||
grammar:
|
||||
disable: true
|
||||
known_usecases:
|
||||
- chat
|
||||
- vision
|
||||
mmproj: llama-cpp/mmproj/gemma-4-12b-it/mmproj-F16.gguf
|
||||
options:
|
||||
- use_jinja:true
|
||||
parameters:
|
||||
model: llama-cpp/models/gemma-4-12b-it/gemma-4-12b-it-Q6_K.gguf
|
||||
temperature: 1
|
||||
top_k: 64
|
||||
top_p: 0.95
|
||||
min_p: 0
|
||||
repeat_penalty: 1
|
||||
template:
|
||||
use_tokenizer_template: true
|
||||
files:
|
||||
- filename: llama-cpp/models/gemma-4-12b-it/gemma-4-12b-it-Q6_K.gguf
|
||||
uri: https://huggingface.co/unsloth/gemma-4-12b-it-GGUF/resolve/fc034cfff751157913579611efad8462ac1be606/gemma-4-12b-it-Q6_K.gguf
|
||||
sha256: 6f394336500bb5409bd68c31aa9d75097b5e6104f6cf30c82a09a7b64df41faf
|
||||
- filename: llama-cpp/mmproj/gemma-4-12b-it/mmproj-F16.gguf
|
||||
uri: https://huggingface.co/unsloth/gemma-4-12b-it-GGUF/resolve/fc034cfff751157913579611efad8462ac1be606/mmproj-F16.gguf
|
||||
sha256: 91f086971e56d7a7d8d39e271873fccdb49541bd259d6e02c401a4f1cb7a219e
|
||||
- !!merge <<: *gemma-4-12b-it
|
||||
name: "gemma-4-12b-it-q8"
|
||||
variants: []
|
||||
description: |
|
||||
Gemma 4 12B IT is Google's 12B instruction-tuned model for chat,
|
||||
reasoning, tool use, and image understanding. This Unsloth Q8_0
|
||||
GGUF build includes the F16 vision projector and uses the embedded
|
||||
chat template. It defaults to a 32,768-token context.
|
||||
overrides:
|
||||
backend: llama-cpp
|
||||
context_size: 32768
|
||||
function:
|
||||
automatic_tool_parsing_fallback: true
|
||||
grammar:
|
||||
disable: true
|
||||
known_usecases:
|
||||
- chat
|
||||
- vision
|
||||
mmproj: llama-cpp/mmproj/gemma-4-12b-it/mmproj-F16.gguf
|
||||
options:
|
||||
- use_jinja:true
|
||||
parameters:
|
||||
model: llama-cpp/models/gemma-4-12b-it/gemma-4-12b-it-Q8_0.gguf
|
||||
temperature: 1
|
||||
top_k: 64
|
||||
top_p: 0.95
|
||||
min_p: 0
|
||||
repeat_penalty: 1
|
||||
template:
|
||||
use_tokenizer_template: true
|
||||
files:
|
||||
- filename: llama-cpp/models/gemma-4-12b-it/gemma-4-12b-it-Q8_0.gguf
|
||||
uri: https://huggingface.co/unsloth/gemma-4-12b-it-GGUF/resolve/fc034cfff751157913579611efad8462ac1be606/gemma-4-12b-it-Q8_0.gguf
|
||||
sha256: f20e7ff1be28c283eeeb18fc895733791c56a5851d5cd3fe9691b7f7d12afa72
|
||||
- filename: llama-cpp/mmproj/gemma-4-12b-it/mmproj-F16.gguf
|
||||
uri: https://huggingface.co/unsloth/gemma-4-12b-it-GGUF/resolve/fc034cfff751157913579611efad8462ac1be606/mmproj-F16.gguf
|
||||
sha256: 91f086971e56d7a7d8d39e271873fccdb49541bd259d6e02c401a4f1cb7a219e
|
||||
- name: "gemma-4-12b-it-qat-q4_0"
|
||||
variants:
|
||||
- model: gemma-4-12b-it-qat-mtp
|
||||
|
||||
Reference in new issue
Block a user