Const-me / Whisper

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

current cpu:e5 2689 #130

Closed yaoguaijiao closed 1 year ago

yaoguaijiao commented 1 year ago

image

Const-me commented 1 year ago

Your CPU doesn’t support F16C. On Intel, F16C introduced in Ivy Bridge (mid 2012) and apparently your CPU is even older than that.

The workaround is on SSE-Only branch. Build that branch on your computer, and retry.