distil-whisper icon indicating copy to clipboard operation
distil-whisper copied to clipboard

NotImplementedError

Open wntg opened this issue 1 year ago • 1 comments

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.

wntg avatar Dec 14 '23 07:12 wntg

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

pip install --upgrade transformers optimum

sanchit-gandhi avatar Dec 14 '23 11:12 sanchit-gandhi