-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0 fix yet for faster-whisper? #711
Comments
What fix? 1.0 should be working OK. |
Yeah with the new version. This stable package became a mess. It affected work at company and personal projects 😀. I am not bashing the hard working contributors of this project, yet just saying. |
I changed my dependencies to use faster-whisper 0.9.0 and it solved the issues for users of my transcriber program. If there's been resolute fixes in the last day then perhaps I can shift to 1.0 now? For example here: |
Thank you for sharing what you did @BBC-Esq |
What issues? |
Yup, +1 |
I tested v0.10.1 by downloading cudnn and cublas libraries straight from the nvidia website. I used cuDNN 8.9.7 for cuda 11 per here: I used cublas per here: I tested it with my repository here and it seemed to work properly: https://github.com/BBC-Esq/ctranslate2-faster-whisper-transcriber How is it possible that it worked properly even though I had cuda 12 installed? This would help me understand faster-whisper...Does faster-whisper 0.10.1 rely on the CUDA toolkit 11.8 to be installed, for example, or is it more accurate to say that it simply relies on the cublas and cudnn I associated "support for CUDA 12" as requiring installing the CUDA 12+ toolkit...but if it's just the specific .dll files that are needed, I could advise users to just make sure and use the correct .dll files and that it doesn't matter which version of the cuda toolkit is "installed." Thanks! EDIT: Also, here's the files within the archives of the above 2...does anyone know which specific ones are actually required by |
@BBC-Esq What exact issues are you having? Does it really matter if it's working? As stated before, |
@thomasmol It matters to me because I like to understand things and it'll help me understand things further down the road. Just curious if anyone knows whether "CUDA toolkit" is required or if faster-whisper, technically, only needs the relevant .dll files. The faster-whisper installation instructions don't say anything about installing the CUDA toolkit. Thanks for the recap about where version 1.0 is at. There's been a fair amount of discussion the last few days. |
@BBC-Esq what might be a good docker image for working in this version? In your case did you test CUDNN version of 11.8? |
I don't understand if you're asking a question or making a recommendation here...
Regarding my test, I have CUDA 12.3 installed but I downloaded the cudnn .dll file for cuda 11; specifically cuDNN 8.9.7. You have to create an nvidia developer account, which is free, and here's the name of the zip archive: For the cuBLAS .dll file, here's the archive that I got it from: What prompted the question was the fact that my I'm ASSUMING that that faster-whisper library relied on these .dll files instead of the ones already in my system's path that pertain to CUDA 12.3...again, because that's what the faster-whisper implies by instructing you to do just that. Again, the faster-whisper instructions state that you need cuBLAS and cuDNN and say nothing about installing the CUDA toolkit generally. Hence my question. If nobody knows the definitive answer I'll eventually just uninstall the CUDA toolkit, place the .dll files in my directory, and test myself... |
Why don't you test it yourself anyway? Seems faster than waiting for others to test and find out? |
I will, but thought someone might know the answer off the top of their head. But yes, at this point I've spent more time talking about it than it would have taken to test. If this community is either people don't know, or just don't want to help, that's fine and I'm capable of teaching myself I supppose. Thanks. |
Is anyone else besides myself impressed by @Purfview and how quick he troubleshot some issues with faster-whisper and openai's code? Just throwing that out there. Any permanent fixes on the horizon yet? I'm using 0.9.0 right now in my transcriber program because of the recent shuffle...
The text was updated successfully, but these errors were encountered: