v0.4.1
blakeblackshear/frigatev0.4.1Nov 10, 2025by github-actions[bot]
AI Summary
Fixed a critical bug on Blackwell GPUs where RoPE cache expansion caused memory crashes.
Key Highlights
- Fix for RoPE cache expansion on Blackwell GPUs
- Prevented memory blowup (~4e18 positions)
New Features
- GPU compatibility fix
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.