The checkpoint you are trying to load has model type `vibevoice` but Transformers does not recognize this architecture

#15
by Brunofls8 - opened

pip install git+https://github.com/huggingface/transformers.git

(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.)

I had the same issue. I don't know how to solve it

Hello there, VibeVoice ASR isn't yet implemented with Transformers. This checkpoint has to be used with their source code: https://github.com/microsoft/VibeVoice

Note, there is an ongoing PR for implementing within Transformers: https://github.com/huggingface/transformers/pull/43625

change the version of package Transformers:

root@61dd77160180:/app# python
Python 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import transformers
transformers.version
'4.57.6'

Sign up or log in to comment