Transformers does not recognize this architecture using pipeline()

#7
by HanaeRateau - opened

Trying to load the model using the pipeline method does not work.
There is an error saying:

The checkpoint you are trying to load has model type parler_tts 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.

I already upgraded the Transformers package, uninstalled and reinstalled it but nothing works.

Sign up or log in to comment