Views
No views yet
temperature=1.0, top_p=0.95, top_k=64--jinja with llama.cpp for proper chat template handlingmmproj file alongside the main GGUF. Place images before text in your prompt for best vision performance.enable_thinking in the chat template. It's the same pattern as Qwen3.6 — set false for faster, shorter replies and true (default) when you want chain-of-thought.enable_thinking to false (or true) in the template kwargs1llama-server -m Gemma4-26B-A4B-Uncensored-HauhauCS-Balanced-Q4_K_P.gguf \
2 --mmproj mmproj-Gemma4-26B-A4B-Uncensored-HauhauCS-Balanced-f16.gguf \
3 --jinja -c 32768 -ngl 99 \
4 --chat-template-kwargs '{"enable_thinking": false}'1{
2 "model": "gemma4-26b-a4b",
3 "messages": [{"role": "user", "content": "..."}],
4 "chat_template_kwargs": {"enable_thinking": false}
5}1llama-server -m Gemma4-26B-A4B-Uncensored-HauhauCS-Balanced-Q4_K_P.gguf \
2 --mmproj mmproj-Gemma4-26B-A4B-Uncensored-HauhauCS-Balanced-f16.gguf \
3 --jinja -c 32768 -ngl 991llama-cli -m Gemma4-26B-A4B-Uncensored-HauhauCS-Balanced-Q4_K_P.gguf \
2 --mmproj mmproj-Gemma4-26B-A4B-Uncensored-HauhauCS-Balanced-f16.gguf \
3 --jinja -c 32768 -ngl 99