ggerganov commited on
Commit
cb35171
·
1 Parent(s): 11d19cb

whisper : include ggml-cpu.h (#0)

Browse files
Files changed (1) hide show
  1. include/whisper.h +1 -0
include/whisper.h CHANGED
@@ -2,6 +2,7 @@
2
  #define WHISPER_H
3
 
4
  #include "ggml.h"
 
5
 
6
  #include <stddef.h>
7
  #include <stdint.h>
 
2
  #define WHISPER_H
3
 
4
  #include "ggml.h"
5
+ #include "ggml-cpu.h"
6
 
7
  #include <stddef.h>
8
  #include <stdint.h>