Pull down to go back
How to Preserve Gemma 4 Thinking Trace in llama.cpp

How to Preserve Gemma 4 Thinking Trace in llama.cpp

如何保留 Gemma 4 的思考過程追蹤

A user running Gemma 4 31B through llama.cpp is trying to keep the model's internal reasoning visible instead of having it discarded. They've tried adding flags like --jinja and --chat-template-kwargs with preserve_thinking set to true, but nothing's working yet. They're looking for help figuring out the right configuration to maintain that thinking trace output.