AttributeError: 'HybridMambaAttentionDynamicCache' object has no attribute 'get_max_length'
#8
by
alexandretl
- opened
The 'get_max_length' attribute is deprecated in newer version of transformers, and should be replaced by get_max_cache_shape.
https://github.com/NVlabs/hymba/issues/11
edit: temp fix is to revert back to transformers 4.47