v0.4.1
get-convex/convex-backendv0.4.1Nov 10, 2025by github-actions[bot]
AI Summary
Fixes a critical memory bug on Blackwell GPUs where the RoPE (Rotary Positional Embedding) cache incorrectly expanded to an excessive number of positions, causing memory blow-ups.
Key Highlights
- Fix for RoPE expansion bug on Blackwell GPUs
- Resolves memory blow-up issue caused by RoPE cache growing to ~4e18 positions
New Features
- Bug fix for RoPE cache handling on Blackwell architecture
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.