DeepSeek V3.2 on CPU: Fixing the “Missing Opening Tag” Glitch
I hit a weird bug: the model’s “thinking” process starts correctly, but llama.cpp seems to “eat” the opening <think> tag. You only get the closing </think> at the very end. Because of this, Open WebUI fails to collapse the reasoning block, and the UI looks messy. The Solution After digging into the threads, I found … Read more