The llama.cpp project has released build b10093, which includes specific updates to support DeepSeek v4 models. The release addresses template handling and introduces new configuration flags for this model family.
- Fixes the DeepSeek v4 crafted template to explicitly follow reference behavior.
- Adds support for the DeepSeek v4 `drop_reasoning` flag.
- Hooks the DeepSeek 3.2 parser to also handle DeepSeek v4 inputs.
- Includes a fix for tool result reordering.
This update ensures correct chat formatting and reasoning token handling for DeepSeek v4 models within llama.cpp.