v0.4.1
TimmyOVO/deepseek-ocr.rsv0.4.1Nov 10, 2025by github-actions[bot]
AI Summary
Bug fix release addressing a critical memory issue on Blackwell GPUs where RoPE cache expansion caused memory to blow up to ~4e18 positions.
Key Highlights
- Fixed bogus RoPE expansions on Blackwell GPUs
- Resolved memory explosion issue in Blackwell builds
New Features
- Bug fix for RoPE cache memory issue on Blackwell GPUs
Full Release Notes
## Bug Fixes - avoid bogus RoPE expansions on Blackwell GPUs https://github.com/TimmyOVO/deepseek-ocr.rs/issues/24 Blackwell builds were blowing up memory because the RoPE cache tried to grow to ~4e18 positions.