v0.4.1
lynx-family/lynxv0.4.1Nov 10, 2025by github-actions[bot]
AI Summary
A bug fix release addressing a critical memory issue on Blackwell GPUs. The update prevents RoPE cache expansion from growing to excessive positions that caused memory overflow.
Key Highlights
- Fixes bogus RoPE expansions on Blackwell GPUs.
- Resolves memory blow-up caused by RoPE cache growing 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.