Const-me / Whisper

High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model
Mozilla Public License 2.0
7.67k stars 665 forks source link

Description is misleading #160

Closed tom-huntington closed 10 months ago

tom-huntington commented 10 months ago

GPGPU inference sounds like this is gpu accelerated.

But Whisper.cpp is a SIMD accelerated cpu model. I think the description should read

High-performance SIMD inference of OpenAI's Whisper automatic speech recognition (ASR) model

tom-huntington commented 10 months ago

Woops, you ported the SIMD to DirectCompute