Views
No views yet
gemma-4-12b-it-abliterated-Q4_0.gguf — text model, ~7 GBmmproj-gemma-4-12b-it-abliterated.gguf — vision projector (~175 MB), enables image input-nf4 / bf16 repos).1hf download smashingtags/gemma-4-12b-it-abliterated-GGUF --local-dir ./g4ab
2cd ./g4ab
3ollama create gemma4-ablit -f Modelfile
4ollama run gemma4-ablit "your prompt" # text
5ollama run gemma4-ablit "describe this ./pic.jpg" # text + imageModelfile references both the text GGUF and the mmproj so vision works.
Gemma 4 vision is new in llama.cpp — make sure your Ollama is current (ollama -v, update if old).