The `seen_tokens` attribute is deprecated and will be removed in v4.41. Use the `cache_position` model input instead.

#9
by ctranslate2-4you - opened

Getting this message:

The `seen_tokens` attribute is deprecated and will be removed in v4.41. Use the `cache_position` model input instead.

Apparently it originates from the modeling file.

An example of a fix can be see at my pull request regarding an embedding model that I use. I'm not going to initiate a pull request for this repository, but it should be easy enough to adapt the changes from my pull request into this model's code. Here's the link:

https://huggingface.co/infly/inf-retriever-v1-1.5b/discussions/3

Sign up or log in to comment