v0.4.1

rapidaai/voice-aiv0.4.1Nov 10, 2025by github-actions[bot]

AI Summary

Fixes a critical memory bug on Blackwell GPU builds where the RoPE cache was incorrectly expanding to an excessive number of positions, preventing the server from running.

Key Highlights

  • Fixed RoPE cache expansion bug on Blackwell GPUs
  • Resolved memory blow-up issue that caused server startup failures

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.