Views
No views yet
| Runtime | How to disable thinking |
|---|---|
| Ollama (CLI) | /set nothink in the session |
| Ollama (API) | add "think": false to the request body |
| llama.cpp | omit --jinja, or use a prompt that closes the thought block |
| transformers | already non-thinking by default (enable_thinking=False) |
num_predict / num_ctx so the
answer isn't cut off by the reasoning block.| File | Quant | Size | Notes |
|---|---|---|---|
gemma-4-12B-it-heretic-Q4_K_M.gguf | Q4_K_M | ~7.4 GB | Recommended default. Runs on 8-12 GB VRAM. |
gemma-4-12B-it-heretic-Q8_0.gguf | Q8_0 | ~12.7 GB | Near-lossless. |
1ollama run igorls/gemma-4-12B-it-heretic-GGUF
2/set nothink # recommended for roleplay / creative usellama-cli -m gemma-4-12B-it-heretic-Q4_K_M.gguf -p "Your prompt here"