v0.4.1
nestjs/nestv0.4.1Nov 10, 2025by github-actions[bot]
AI Summary
A critical bug fix addressing memory allocation errors on Blackwell GPUs caused by incorrect RoPE cache expansion.
Key Highlights
- Resolves memory blow-up on Blackwell GPUs.
- Fixes RoPE cache expansion issue that was growing to approximately 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.