How to get whisper to use GPU on Vultr A100 instance? #1382
Unanswered
Robert-K-S
asked this question in
Q&A
Replies: 1 comment 1 reply
-
if cuda already installed but pytorch doesn't detect it, meaning your pytorch is cpu only, you have to reinstall pytorch with cuda support |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I spun up a 12288.00 MB NVIDIA A100 server on Vultr in the hopes that I would be able to get whisper to use the A100 GPU, but whenever I run whisper, it's still only using CPU. It seems that torch.cuda.is_available() is returning False.
Any tips or suggestions for how I can get whisper to run using GPU capability on an A100?
EDIT: I hadn't installed CUDA. Found instructions here. Going to give that a shot. I guess I just assumed that it would come with the default install.
EDIT2: My initial assumption was correct ("There's no need to install any drivers on a Vultr Cloud GPU. Licensed NVIDIA drivers and the CUDA Toolkit are preinstalled by cloud-init when you deploy our standard images."). Trying to reinstall CUDA made things worse. I found this page that helped me get back to the correct install.
Beta Was this translation helpful? Give feedback.
All reactions