-
|
I've tried to install all of it again and also testes if torch is installed and recognizing the GPU, which it is. C:\Users\Zunnen>python
Yet when I try to transcribe a file in whisper it tells me that
I dont know what to do honestly |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
You can watch my tutorial video i run it on windows OS with GPU |
Beta Was this translation helpful? Give feedback.
-
|
Can you maybe provide more info about your GPU? Maybe try to run pip install with Check if the whisper command you are running is actually using the correct python version. Maybe run it with Let me know if anything helped you. |
Beta Was this translation helpful? Give feedback.
Can you maybe provide more info about your GPU?
like: what GPU do you have? What Driver Version? What CUDA Version?
Maybe try to run pip install with
-Uargument to have it update dependencies in case the versions are wrong.Check if the whisper command you are running is actually using the correct python version. Maybe run it with
python -m whisperto have it use your python version.Let me know if anything helped you.