I am trying to use the gpu. According to Windows, whisper only uses cpu. #373
Replies: 4 comments 4 replies
-
Same issue here. |
Beta Was this translation helpful? Give feedback.
-
I have this problem too.
but still the CPU is used not GPU |
Beta Was this translation helpful? Give feedback.
-
below code should work flawlessly , just need to see capacity of GPU what model it can load in memory my AWS AMI image g4dx large was Tesla T4, only handled models from tiny, small, and medium(5GB model weight), large model 10GB was out of memory
|
Beta Was this translation helpful? Give feedback.
-
Random (slightly adjusted) ChatGPT (GPT v4) advice that helped me. Might help others as well, YMMV: """ For example, the corrected line might look something like this:
Make sure to adjust the model_path and other parameters according to your specific setup and requirements. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is my code:
What do I need to add?
Beta Was this translation helpful? Give feedback.
All reactions