You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getting error on: from tests import test_audio_encoder, test_text_decoder in generate_model.py. Was able to generate using generate_model.py independently then using: whisperkit-generate-model --model-version --output-dir
I can help guide if you paste the error logs here. Given that openai/whisper-tiny works, It is likely that the checkpoint you are referring to does not conform to the original Whisper model repo structure
whisperkit-generate-model --model-version openai/whisper-tiny --disable-default-tests --output-dir ./
I used above command to convert a whisper model, but it is generating empty directory. Any leads?
The text was updated successfully, but these errors were encountered: