abdeladim-s / pywhispercpp

Python bindings for whisper.cpp
https://abdeladim-s.github.io/pywhispercpp/
MIT License
155 stars 21 forks source link

About GPU question #28

Open yanchujian opened 9 months ago

yanchujian commented 9 months ago

Hello author, may I ask if this project supports GPU?

abdeladim-s commented 9 months ago

Hello @yanchujian, the project does not support GPU, it is CPU only.

Strider-Alex commented 1 month ago

Is there a chance that this repo could support GPU?

abdeladim-s commented 1 month ago

@Strider-Alex, Yes the GPU is supported, just install the package with WHISPER_CUDA=1

WHISPER_CUDA=1 pip install git+https://github.com/abdeladim-s/pywhispercpp