SevaSk / ecoute

Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3.5 for the user to say based on the live transcription of the conversation.
https://github.com/SevaSk/ecoute
MIT License
5.85k stars 817 forks source link

Whisper using GPU: False #18

Closed DrMemoryFish closed 1 year ago

DrMemoryFish commented 1 year ago

I would like to have the option to use my GPU for whisper, thank you.

I have whisper on my PC and it uses my GPU perfectly with no issues, however now using this program its not utilising my GPU.

SevaSk commented 1 year ago

This message appears if torch.cuda.is_available() is False. Check your GPU supports CUDA and you have torch set up to use it.