From c0a9f8ef8506063987b3d2e2c3a42907d7f42f60 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 15 Nov 2024 11:01:47 +0200 Subject: [PATCH] whisper : include ggml-cpu.h (#0) --- include/whisper.h | 1 + 1 file changed, 1 insertion(+) 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