]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
whisper : include ggml-cpu.h (#0)
authorGeorgi Gerganov <redacted>
Fri, 15 Nov 2024 09:01:47 +0000 (11:01 +0200)
committerGeorgi Gerganov <redacted>
Fri, 15 Nov 2024 13:21:04 +0000 (15:21 +0200)
include/whisper.h

index a7ed5a11c37605a8f8080efe8d13daf9f1f7de59..9188d686a3189a2bbfddc4cc70de299b9ff6f37e 100644 (file)
@@ -2,6 +2,7 @@
 #define WHISPER_H
 
 #include "ggml.h"
+#include "ggml-cpu.h"
 
 #include <stddef.h>
 #include <stdint.h>