v0.4.1

langchain-ai/deepagentsv0.4.1Nov 10, 2025by github-actions[bot]

AI Summary

Fixed memory expansion issues on Blackwell GPUs that were causing the RoPE cache to grow excessively.

Key Highlights

  • Fixed RoPE expansion on Blackwell GPUs
  • Prevented memory blow-up on specific hardware

New Features

  • Bug fix for Blackwell GPU compatibility

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.