huggingface / distil-whisper

Distilled variant of Whisper for speech recognition. 6x faster, 50% smaller, within 1% word error rate.
MIT License
3.33k stars 238 forks source link

Bettertransformer is default after transformers 4.36 #76

Closed kamalojasv181 closed 3 months ago

kamalojasv181 commented 5 months ago

Bettertransformer is default in version 4.36 of transformers therefore this is causing an error. So removing it

@sanchit-gandhi

sanchit-gandhi commented 3 months ago

Thanks for the PR @kamalojasv181 - resolved in #101 with a big batch of updates!