jianfch / stable-ts

Transcription, forced alignment, and audio indexing with OpenAI's Whisper
MIT License
1.59k stars 176 forks source link

add openai-whisper 20231106 #245

Closed plainOldCode closed 1 year ago

plainOldCode commented 1 year ago

support: https://github.com/openai/whisper/releases/tag/v20231106

스크린샷 2023-11-07 오후 5 53 37

large-v3 model!!!

JonasCz commented 1 year ago

Manaully installing the latest whisper doesn't work for large-v3, I think this needs more changes than just installing it.


UserWarning: The installed version of Whisper might be incompatible.
Whisper 20231106 is installed.Versions confirm to be compatible: 20230314, 20230918

RuntimeError: Given groups=1, weight of size [1280, 128, 3], expected input[1, 80, 3000] to have 128 channels, but got 80 channels instead