Skip to content

v0.9.5 - address deprecation of HF KV tuple

Compare
Choose a tag to compare
@kddubey kddubey released this 28 Oct 07:30
· 6 commits to main since this release
3abd478

Breaking changes

None

New features

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