lightningRalf / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
0 stars 0 forks source link

The project cannot be run, an error was reported when running the make stream command #78

Open lightningRalf opened 1 year ago

lightningRalf commented 1 year ago

In file included from /usr/lib/gcc/x86_64-linux-gnu/11/include/immintrin.h:99, from ggml.c:189: ggml.c: In function ‘ggml_vec_dot_q4_0_q8_0’: /usr/lib/gcc/x86_64-linux-gnu/11/include/fmaintrin.h:63:1: error: inlining failed in call to ‘always_inline’ ‘_mm256_fmadd_ps’: target specific option mismatch 63 | _mm256_fmadd_ps (m256 A, m256 B, m256 C) | ^~~~~~~ ggml.c:2262:15: note: called from here