v0.4.1

camel-ai/camelv0.4.1Nov 10, 2025by github-actions[bot]

AI Summary

Addresses a critical memory issue on Blackwell GPUs where the RoPE cache was incorrectly expanding to massive positions, causing crashes.

Key Highlights

  • Fixes RoPE cache expansion bug causing memory blow-up on Blackwell GPUs.
  • Resolves issue where RoPE cache tried to grow to ~4e18 positions.
  • Prevents application crashes on specific GPU architectures.

New Features

  • Bug fix for RoPE cache memory management

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.