The llama.cpp project has released build b10593, which addresses critical issues with the DeepseekV4 model architecture. The update specifically resolves a rollback failure that occurred during multi-sequence processing.
- Fixes DeepseekV4 rollback handling for multi-sequence contexts.
- Corrects general model loading procedures.
- Makes pending rollback operations single-use to prevent state corruption.
- Ensures cache is cleared only for the specific sequence ID during full loads.
- Adds assertions for compression ratios and makes graph topology static.
This release improves stability for users running DeepseekV4 models with multiple sequences. It also provides updated binaries for macOS, Linux, Windows, Android, and iOS across various hardware backends including CPU, CUDA, ROCm, and Vulkan.