Transformers version for recurrent_gemma?

#4
by mitkox - opened

I am using transformers-4.40.0.dev0 but still I am getting the error ValueError: The checkpoint you are trying to load has model type recurrent_gemma but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.

Google org

Hi @mitkox
There is a WIP PR for that: https://github.com/huggingface/transformers/pull/30143 please wait for that PR to be merged first ! You can also build transformers from that branch meanwhile

Sign up or log in to comment