Downloads · 30 days
0
StableQuant/Qwen-Templates-Rebuild-Project
Qwen-Templates-Rebuild-Project is a text generation model from StableQuant. Use it when you need the model to write or continue text. It is set up for transformers. The card lists the license as apache-2.0.
Downloads · 30 days
0
Access
Public
Updated Jun 9, 2026
Repo size
—
Likes
8
Public
Click a slice to open those files.
Other1.5 KB · 58%
From the Hugging Face model README
09.06.2026
To enable preserve-thinking (Agent can remember what he thought about in older turns) pass the following parameter to llama.cpp startup: On Linux&MacOS (Windows need slightly different which cant be correctly displayed here...): --chat-template-kwargs '{"preserve_thinking": true}'
If using OpenCode do notice they have an open bug for showing thinking content as plain text. Open Bug since 4 months(https://github.com/anomalyco/opencode/issues/11439). Meanwhile you can use the llama.cpp Server switch to hide thinking completely(but still let the model think) using the additonal llama.cpp parameter: --reasoning-format deepseek