Did anyone manage to fix this? Seems to be a problem with Whisper being updated and dependencies not working anymore.Google Colab
colab.research.google.com
It's the opposite actually, a requirement of the whisper + VAD process updated and whisper didn't so it forces an old version.Did anyone manage to fix this? Seems to be a problem with Whisper being updated and dependencies not working anymore.
requirements.append("triton==2.0.0")
requirements.append("triton==2.1.0")
It's the opposite actually, a requirement of the whisper + VAD process updated and whisper didn't so it forces an old version.
Cloning the whisper github and changing the triton line 16 in setup.py to require v 2.1.0 instead might fix it(and modify the VAD page to install the clone instead of the original whisper) or waiting for them to do it, assuming it doesn't break the code.
quay2 said:
Did anyone manage to fix this? Seems to be a problem with Whisper being updated and dependencies not working anymore.
@SamKook , guys, I went ahead and fixed the Whisper Silero VAD for now. This should work. However, because I didn't have editor rights to the original one, I had to make a copy and to publish it from my github. I hope the orignal owner (aNoEntity) does not mind. I'm sure he doesn't.
WhisperWithVAD - maintenance release
It is saved here: https://github.com/meizhong986/WhisperJAV/tree/main/notebook
I have called the new version as a manitenance release, so it doesn't get mstaken from the original.
PS. if any issues let me know. I don't have much bandwidth but will try my best to fix it if this gets broken again.
PPS. the installation step takes a bit longer in this version because the cleanup, stay patient, it takes ca 3 minutes in total.
Kudos to Sam Cook...I don't know what we would do without him. I think I almost lost the rest of my hair when Whisper went tits-up! I'm trying to think of a new Title for Sam but I can't remember what comes above "Grand Wizard"! lolThanks. It works. I replace the original setup part with your setup part and it works normally.
It's mei2 you should thank for that, they didn't implement my potential fix to fix it, they simply forced the older version of pytorch looks like(which is safer since it's confirmed to work properly with it).Kudos to Sam Cook...I don't know what we would do without him. I think I almost lost the rest of my hair when Whisper went tits-up! I'm trying to think of a new Title for Sam but I can't remember what comes above "Grand Wizard"! lol
PS. The maintenance fix works!
Thanks mei2. (Sam said it was you who implemented the maintenance fix.)@SamKook , guys, I went ahead and fixed the Whisper Silero VAD for now. This should work. However, because I didn't have editor rights to the original one, I had to make a copy and to publish it from my github. I hope the orignal owner (aNoEntity) does not mind. I'm sure he doesn't.
WhisperWithVAD - maintenance release
It is saved here: https://github.com/meizhong986/WhisperJAV/tree/main/notebook
I have called the new version as a manitenance release, so it doesn't get mstaken from the original.
PS. if any issues let me know. I don't have much bandwidth but will try my best to fix it if this gets broken again.
PPS. the installation step takes a bit longer in this version because the cleanup, stay patient, it takes ca 3 minutes in total.
Thanks mei2. (Sam said it was you who implemented the maintenance fix.)
DJE-042
Audio pre-processing to try to isolate speech followed by subsquared.com (using the custom JAV OPK I have created).
Does subsquared charge $15 per hour or per movie?
BTW, access is denied to the opk file.
How do you unpack an opk file --I thought 7zip would be able to do it.The charge is for up to four hours of video so it should be plenty for most movies. I'll fix access to the OPK file but in the meantime I have attached my latest version of the OPK.