From: Georgi Gerganov Date: Fri, 15 Nov 2024 09:01:47 +0000 (+0200) Subject: whisper : include ggml-cpu.h (#0) X-Git-Tag: upstream/1.7.4~219 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c0a9f8ef8506063987b3d2e2c3a42907d7f42f60;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp whisper : include ggml-cpu.h (#0) --- diff --git a/include/whisper.h b/include/whisper.h index a7ed5a11..9188d686 100644 --- a/include/whisper.h +++ b/include/whisper.h @@ -2,6 +2,7 @@ #define WHISPER_H #include "ggml.h" +#include "ggml-cpu.h" #include #include