-
Notifications
You must be signed in to change notification settings - Fork 628
Description
Hi! I got the following ValueError while running the code snippets from the notebook:
"""
ValueError: The checkpoint you are trying to load has model type vibevoice 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.
You can update Transformers with the command pip install --upgrade transformers. If this does not work, and the checkpoint is very new, then there may not be a release version that supports this model yet. In this case, you can get the most up-to-date code by installing Transformers from source with the command pip install git+[https://github.com/huggingface/transformers.git](https://github.com/huggingface/transformers.git%60)
"""
I then reinstalled Transformers as adviced in the error text, reran the environment and it still didn't help. I will be grateful if you fix it or tell me if I did something wrong!
My notebook copy:
https://colab.research.google.com/drive/1z7A6zK5NDxS64__X2PYNWmTqfxEVbiVZ