-
Notifications
You must be signed in to change notification settings - Fork 1.3k
It does not work normally on the RTX 5070 TI. #1260
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
Comments
Check what is your cuBLAS version or what CUDA Toolkit version you have installed? |
I am not a specialist in this area of technology. I have not independently installed cBLAS and CUDA Toolkit myself. I use PotPlayer to generate subtitles using this model on my laptop with an RTX 3060, which works fine. However, when I try the same process on my RTX 5070 Ti, it encounters issues. |
Don't know why compute_type
Then you are in the wrong repo, go there: https://github.com/Purfview/whisper-standalone-win |
I also can't use it with my 5070ti. Basically, all 50 series cards are unusable. |
Use proper settings. |
Thanks for this, just helped me as well, can confirm did not work on auto or int8 but did work on float16. |
@teddybear082 @ictsmc, do you have this issue when using Python and this repo? |
I’m using faster whisper python library via WingmanAI by ShipBit: https://github.com/ShipBit/wingman-ai. They use pyinstaller to turn the python into an exe I believe and faster-whisper is one of the dependencies. |
So not the Python directly. Kinda strange that in my repo I have lots of reports about this, but I don't see any reports in Python repos. Btw, similar reports about pyannote and 50xxx GPUs, but none in pyannote repo too. |
What do you mean not the python directly? Isn't this the repo for the faster-whisper pipy python project? Wingman depends on faster-whisper=1.1.1 python library I believe. I may just be confusing what you mean. |
I meant using Python directly, not the exe compiled with pyinstaller. Maybe because the original default for compute_type is not "auto", I don't remember now, it could be "default". |
Here is link to the issue at CTranslate2: OpenNMT/CTranslate2#1865 |
The RTX 5070 TI encountered a RuntimeError: cuBLAS failed with status CUBLAS_STATUS_NOT_SUPPORTED. When the --compute_type float32 option was added, it could run, but long videos did not work properly. In videos longer than 2 hours, the program only worked for the first 33 minutes and then abruptly stopped.
The text was updated successfully, but these errors were encountered: