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)
A very good tip. I had to wipe my Prooted Debian on Termux, and thus inadvertently upgraded all thereby. The whisperx based scripts then stopped working.
BTW, version 3.1.5 installs different versions of other python modules than the 3.16 (and probably later ones) do, so one may try that older one if it may work on your non-standard *nix. (The most recent whisperx versions unexpectedly run also on barebones Termux, without any proot, now - while before it always ended in segmentation fault.)
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: