v0.4.1
guilinhu/proactive_hearing_assistantv0.4.1Nov 10, 2025by github-actions[bot]
AI Summary
A bug fix release addressing a memory issue on Blackwell GPUs caused by incorrect RoPE cache expansion.
Key Highlights
- Fix for RoPE expansion on Blackwell GPUs
- Resolved memory blow-up issue where cache grew to ~4e18 positions
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.