Issue Loading Whisper Model

#1
by Cherrifish - opened

Hi,

I’m currently trying to use your Whisper model for speech recognition, but I encountered an issue when loading the model. I received the error: ‘Unable to load weights from pytorch checkpoint file’. I used WhisperForConditionalGeneration.from_pretrained() to load the model.

Could you please provide an example of how to properly use this model? Thank you!

Sign up or log in to comment