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

Supporting Distil-Whisper

Open KickItLikeShika opened this issue 1 year ago • 4 comments

Distil-Whisper was out a couple of days ago on HuggingFace, when do you reckon you can add support for Distil-Whisper in faster-whisper? https://huggingface.co/collections/distil-whisper/distil-large-v3-65fc4ffcc0bdd3c53b74897f Screenshot 2024-03-29 at 1 40 14 PM

KickItLikeShika avatar Mar 29 '24 11:03 KickItLikeShika

looks like it's mentioned the models should be supported but it's not, i can load distil-v2 but can't load the new v3

KickItLikeShika avatar Mar 29 '24 12:03 KickItLikeShika

changing to git version seems to have worked git+https://github.com/SYSTRAN/faster-whisper.git@e0c3a9e#egg=faster-whisper

at least, it's downloading the model.bin instead of complaining now

TeamDman avatar Mar 29 '24 17:03 TeamDman

Add "distil-large-v3": "Systran/faster-distil-whisper-large-v3" in faster_whisper/utils.py line 28.

eshoyuan avatar Mar 29 '24 19:03 eshoyuan

Add "distil-large-v3": "Systran/faster-distil-whisper-large-v3" in faster_whisper/utils.py line 28.

image

eshoyuan avatar Mar 29 '24 19:03 eshoyuan