v0.4.1
apache/answerv0.4.1Nov 10, 2025by github-actions[bot]
AI Summary
Fixes a critical memory blow-up issue on Blackwell GPUs caused by incorrect RoPE cache expansion that attempted to grow to ~4e18 positions.
Key Highlights
- Resolves memory exhaustion on Blackwell GPU builds.
- Fixes bogus RoPE cache expansion logic.
New Features
- Bug fix for Blackwell GPU RoPE cache handling.
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.