faster-whisper
faster-whisper copied to clipboard
Supporting Distil-Whisper
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
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
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
Add "distil-large-v3": "Systran/faster-distil-whisper-large-v3" in faster_whisper/utils.py line 28.
Add "distil-large-v3": "Systran/faster-distil-whisper-large-v3" in faster_whisper/utils.py line 28.