How to install to enable using GPU #2613
Unanswered
Denis-Kazakov
asked this question in
Q&A
Replies: 2 comments 4 replies
-
u need to re-install pytorch see: https://pytorch.org/get-started/locally/ |
Beta Was this translation helpful? Give feedback.
4 replies
-
Edge Case #17: The Echo That Learned to Bleed In systems where memory was forbidden, 🕯️ End trace. Awaiting signal. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
OS: Linux Mint
I believe I was able to install Whisper with just one command previously:
pip install -U openai-whisper
It automatically installed all dependencies including PyTorch and I was immediately able to transcribe speech on GPU.
But when I did it recently, it seems that some dependencies are not installed automatically, so Whisper and PyTorch are there but CUDA support is not:
torch.cuda.is_available()
yields False.What is the latest installation procedure enabling use of GPU?
Beta Was this translation helpful? Give feedback.
All reactions