Closed adi closed 3 months ago
Hi @adi, thanks for spotting this. This PR #4 fix the issue and provide a full generation example on the readme.
Merged to main, please try again with the updated example code
I think it should be
from whisper_medusa.models import WhisperMedusaModel
instead of
from whisper_medusa import WhisperMedusaModel
It should be fine now https://github.com/aiola-lab/whisper-medusa/blob/main/whisper_medusa/__init__.py#L1 Let me know if it's not working for you
Yes. Now everything works fine. And very very fast. Congrats guys!
gives
checking the
whisper-medusa/whisper_medusa/__init__.py
file I can see it's empty.