v0.4.1
lfnovo/open-notebookv0.4.1Nov 10, 2025by github-actions[bot]
AI Summary
This patch release fixes a critical memory issue on Blackwell GPU builds where RoPE cache expansion caused crashes, ensuring stability for users with the latest hardware.
Key Highlights
- Fix for memory blowup on Blackwell GPUs caused by RoPE cache expansion.
- Resolves issue #24 regarding bogus RoPE calculations.
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.