Open Tejes opened 1 week ago
If you want to keep running it with the latest version without having to wait for improvements to the WhisperX repository, you can use the following method:
asr_options = { "hotwords":None }
model = whisperx.load_model("large-v2", device, compute_type=compute_type, asr_options=asr_options)
Since updating to WhisperX 3.1.6, I get the following error:
Looks like this should be fixed by #904 . Staying at 3.1.5 in the meantime.