Uberi / speech_recognition

Speech recognition module for Python, supporting several engines and APIs, online and offline.

Home Page:https://pypi.python.org/pypi/SpeechRecognition/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to make Whisper use GPU instead of CPU

ItzAmirreza opened this issue · comments

While using recognize_whisper, the whisper uses CPU for the recognition, but how to use GPU instead?

make sure that torch.is_cuda_available is returning as true