exPHAT / SwiftWhisper

🎤 The easiest way to transcribe audio in Swift
MIT License
593 stars 63 forks source link

GPU vs CPU #12

Closed 9SL9 closed 1 year ago

9SL9 commented 1 year ago

Is it possible to use this either on the CPU or GPU - specifically on macOS Apple Silicon machines. Is this configurable, automatic or not available?

Thanks

exPHAT commented 1 year ago

This is purely a wrapper on top of whisper.cpp, which (to my knowledge) doesn't support GPU inference.