Installation of whipser on ubuntu automatically installs CUDA related libraries even though I do not have a GPU #1514
Unanswered
qaixerabbas
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I don't use this platform combination, so this is a guess - the inclusion of CUDA "stuff" may be triggered by pytorch. Before whisper you could try installing pytorch from the cpu-only wheel, something like
But if anyone else actually using Ubuntu and EC2 replies here, try their suggestion first 😊 |
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.
-
While installing whisper on EC2 (ubuntu) I can see the installation of CUDA related libraries. In the requirements.txt there isn't any CUDA related library. On my EC2 instance there is no GPU I am just using a general purpose medium instance. I do not want to install these additional CUDA related libraries. Any help in this regard shall be highly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions