Spaces:
Running
Running
whisper : include ggml-cpu.h (#0)
Browse files- 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>
|