Views
No views yet
toandev/Gemma4-12B-Uncensored for llama.cpp-compatible runtimes.| File | Role | Notes |
|---|---|---|
Gemma4-12B-Uncensored-Q4_K_M.gguf | Main language model | Q4_K_M quantization, practical default for local inference |
mmproj-Gemma4-12B-Uncensored-BF16.gguf | Multimodal projector | Required for image/audio-conditioned Gemma 4 unified inference |
1llama-mtmd-cli \
2 -m Gemma4-12B-Uncensored-Q4_K_M.gguf \
3 --mmproj mmproj-Gemma4-12B-Uncensored-BF16.gguf \
4 --image image.png \
5 --jinja \
6 -p "Describe the image." \
7 -n 256llama-mtmd-cli -hf toandev/Gemma4-12B-Uncensored-GGUF:Q4_K_M --image image.png --jinja -p "Describe the image."llama.cpp multimodal support is under active development. For Gemma 4, prefer current llama.cpp builds and keep --jinja enabled so the model-specific chat template is used correctly.18ef86e. The Q4_K_M model loaded successfully with the BF16 mmproj, processed a red-rectangle image, and identified the red visual content during generation.google/gemma-4-12B-it and remains subject to the upstream Gemma license and terms.