v0.4.1

blacklanternsecurity/TREVORsprayv0.4.1Nov 10, 2025by github-actions[bot]

AI Summary

This release addresses a critical memory issue on Blackwell GPUs by fixing incorrect RoPE cache expansions that were causing crashes.

Key Highlights

  • Fixed memory blowup on Blackwell GPUs
  • Corrected RoPE cache expansion logic

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.