ariym/whisper-node

Attempting to compile model error

Closed this issue · 2 comments

i download the base.en model and success,but complied error
image

my device is macos

I found a thread with a similar problem, whisper.cpp issue 597

creator suggests removing the following lines from lib/whisper.cpp/Makefile

139: CFLAGS   += -mf16c
140: CXXFLAGS += -mf16c

then run make clean + make and see if that works.