You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: