Skip to content

Commit 2b62f18

Browse files
feat(gallery): add Grug 12B variants (#11438)
Add Q4_K_M and Q8_0 llama.cpp builds of the compact-reasoning Gemma 4 fine-tune, including its multimodal projector. Assisted-by: Codex:gpt-5 Co-authored-by: localai-org-maint-bot <306269227+localai-org-maint-bot@users.noreply.github.com>
1 parent 68e2b12 commit 2b62f18

1 file changed

Lines changed: 83 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3661,6 +3661,89 @@
36613661
- filename: llama-cpp/models/Qwen3.6-27B-NVFP4-MTP-GGUF/Qwen3.6-27B-NVFP4-MTP-GGUF.gguf
36623662
sha256: d088e57e8c35ff62c2a420cb888dad3fd53c8db3ed9ead4286bd383224f81b50
36633663
uri: https://huggingface.co/michaelw9999/Qwen3.6-27B-NVFP4-MTP-GGUF/resolve/main/Qwen3.6-27B-NVFP4-MTP-GGUF.gguf
3664+
- &grug-12b
3665+
name: "grug-12b"
3666+
variants:
3667+
- model: grug-12b-q8
3668+
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
3669+
urls:
3670+
- https://huggingface.co/kai-os/Grug-12B
3671+
- https://huggingface.co/bartowski/kai-os_Grug-12B-GGUF
3672+
description: |
3673+
Grug 12B is kai-os's compact-reasoning fine-tune of Gemma 4 12B IT. It
3674+
targets shorter, denser reasoning traces while preserving constraints,
3675+
branching decisions, edge cases, and final-answer checks. This entry uses
3676+
Bartowski's Q4_K_M quantization and includes the multimodal projector for
3677+
Gemma 4 image inputs.
3678+
3679+
The model is experimental and its reported evaluation is a small local
3680+
math proxy rather than a broad benchmark. Review the upstream model card's
3681+
dataset provenance and `other` license before commercial or sensitive use.
3682+
license: other
3683+
tags:
3684+
- llm
3685+
- gguf
3686+
- reasoning
3687+
- vision
3688+
- multimodal
3689+
- gpu
3690+
- cpu
3691+
icon: https://huggingface.co/kai-os/Grug-12B/resolve/main/logo.png
3692+
overrides:
3693+
backend: llama-cpp
3694+
function:
3695+
automatic_tool_parsing_fallback: true
3696+
grammar:
3697+
disable: true
3698+
known_usecases:
3699+
- chat
3700+
mmproj: llama-cpp/mmproj/kai-os_Grug-12B-Q4_K_M/mmproj-kai-os_Grug-12B-f16.gguf
3701+
options:
3702+
- use_jinja:true
3703+
parameters:
3704+
model: llama-cpp/models/kai-os_Grug-12B-Q4_K_M/kai-os_Grug-12B-Q4_K_M.gguf
3705+
template:
3706+
use_tokenizer_template: true
3707+
files:
3708+
- filename: llama-cpp/models/kai-os_Grug-12B-Q4_K_M/kai-os_Grug-12B-Q4_K_M.gguf
3709+
sha256: 5110bdafeb92e68ccef3dc07858341b4ba9a831df753d667708080d415e5364d
3710+
uri: huggingface://bartowski/kai-os_Grug-12B-GGUF/kai-os_Grug-12B-Q4_K_M.gguf
3711+
- filename: llama-cpp/mmproj/kai-os_Grug-12B-Q4_K_M/mmproj-kai-os_Grug-12B-f16.gguf
3712+
sha256: 0d59c7571a593b8d11c8104ed90250656efec0abbed9b4a737e7247eae149378
3713+
uri: huggingface://bartowski/kai-os_Grug-12B-GGUF/mmproj-kai-os_Grug-12B-f16.gguf
3714+
- !!merge <<: *grug-12b
3715+
name: "grug-12b-q8"
3716+
variants: []
3717+
description: |
3718+
Grug 12B is kai-os's compact-reasoning fine-tune of Gemma 4 12B IT. This
3719+
high-quality variant uses Bartowski's Q8_0 quantization and includes the
3720+
multimodal projector for Gemma 4 image inputs.
3721+
3722+
The model is experimental and its reported evaluation is a small local
3723+
math proxy rather than a broad benchmark. Review the upstream model card's
3724+
dataset provenance and `other` license before commercial or sensitive use.
3725+
overrides:
3726+
backend: llama-cpp
3727+
function:
3728+
automatic_tool_parsing_fallback: true
3729+
grammar:
3730+
disable: true
3731+
known_usecases:
3732+
- chat
3733+
mmproj: llama-cpp/mmproj/kai-os_Grug-12B-Q8_0/mmproj-kai-os_Grug-12B-f16.gguf
3734+
options:
3735+
- use_jinja:true
3736+
parameters:
3737+
model: llama-cpp/models/kai-os_Grug-12B-Q8_0/kai-os_Grug-12B-Q8_0.gguf
3738+
template:
3739+
use_tokenizer_template: true
3740+
files:
3741+
- filename: llama-cpp/models/kai-os_Grug-12B-Q8_0/kai-os_Grug-12B-Q8_0.gguf
3742+
sha256: 654e42ce66ff74b617fe1f3b7d5e939ffc22de333dd4f47e65441c1d8c385659
3743+
uri: huggingface://bartowski/kai-os_Grug-12B-GGUF/kai-os_Grug-12B-Q8_0.gguf
3744+
- filename: llama-cpp/mmproj/kai-os_Grug-12B-Q8_0/mmproj-kai-os_Grug-12B-f16.gguf
3745+
sha256: 0d59c7571a593b8d11c8104ed90250656efec0abbed9b4a737e7247eae149378
3746+
uri: huggingface://bartowski/kai-os_Grug-12B-GGUF/mmproj-kai-os_Grug-12B-f16.gguf
36643747
- name: "gemma-4-12b-agentic-fable5-composer2.5-v2-3.5x-tau2"
36653748
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
36663749
urls:

0 commit comments

Comments
 (0)