Views
No views yet
Requires a llama.cpp build from 2026-06-04 or later (PR #24118, which addedGemma4Unifiedconversion + inference support). Earlier builds will fail to load these files.
| File | Quant | Size |
|---|---|---|
gemma-4-12B-it-uncensored-Q4_K_M.gguf | Q4_K_M | 7.4 GB |
gemma-4-12B-it-uncensored-Q8_0.gguf | Q8_0 | 12.7 GB |
1# From HuggingFace (auto-downloads)
2llama-server -hf TrevorJS/gemma-4-12B-it-uncensored-GGUF -c 8192
3
4# From local file
5llama-server -m gemma-4-12B-it-uncensored-Q4_K_M.gguf -c 8192