-
Hello, However, If I run python, and import torch I get -
So I don't know what to do. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
If I'm not totally wrong, you must install CUDA 11.7 with cudnn Version 8. At least I have done this and it works. The Torch packet is tailored for CUDA 11.7 but still requires the CUDA 11.7 runtime. |
Beta Was this translation helpful? Give feedback.
-
It's also possible that where your python -m whisper audio.wav instead of |
Beta Was this translation helpful? Give feedback.
-
Has anyone gotten pytourch to use OpenCL instead of Cuda with whisper? |
Beta Was this translation helpful? Give feedback.
It's also possible that where your
pip
installs packages to is different from yourpython
command is pointing to. Can you try:instead of
whisper audio.wav
?