huggingface / distil-whisper

Distilled variant of Whisper for speech recognition. 6x faster, 50% smaller, within 1% word error rate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotImplementedError

wntg opened this issue · comments

commented

when I fintune fellow https://github.com/huggingface/distil-whisper/tree/main/training.
NotImplementedError: The model type whisper is not yet supported to be used with BetterTransformer.

Could you make sure you have the latest version of Transformers and Optimum installed?

pip install --upgrade transformers optimum