v0.4.1

potpie-ai/potpiev0.4.1Nov 10, 2025by github-actions[bot]

AI Summary

Fixes a critical memory issue on Blackwell GPUs where the RoPE cache was incorrectly expanding to excessive positions.

Key Highlights

  • Bug fix for RoPE expansion on Blackwell GPUs
  • Prevents memory blowup caused by cache size of ~4e18

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.