-
|
I can't get Whisper to use my GPU (RTX 2060), and going through the discussions I can't fixe the issue. Is there a specific way to use GPUs, and codewise with python? |
Beta Was this translation helpful? Give feedback.
Answered by
jongwook
Apr 11, 2023
Replies: 1 comment
-
|
You'll need the CUDA drivers installed along with the PyTorch package built for GPU. You can follow this page to install PyTorch locally, and get more help on PyTorch Forums. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jongwook
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'll need the CUDA drivers installed along with the PyTorch package built for GPU. You can follow this page to install PyTorch locally, and get more help on PyTorch Forums.