v0.9.5 - address deprecation of HF KV tuple
Breaking changes
None
New features
cappr.huggingface.classify
internally passes in aDynamicCache
object if possible. This change gets rid of a warning you might see when running previous versions of CAPPr:
We detected that you are passing `past_key_values` as a tuple and this is deprecated and will be removed in v4.43. Please use an appropriate `Cache` class (https://huggingface.co/docs/transformers/v4.41.3/en/internal/generation_utils#transformers.Cache)
Bug fixes
None