Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
natasa365
/
whisper.cpp
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ggerganov
HF Staff
commited on
Oct 10, 2022
Commit
0ab5514
·
unverified
·
1 Parent(s):
a80054c
ref #35 : add <stdbool.h> to whisper.h
Browse files
"bool" type is not implicitly defined for some compilers.
Files changed (1)
hide
show
whisper.h
+1
-0
whisper.h
CHANGED
Viewed
@@ -2,6 +2,7 @@
2
#define WHISPER_H
3
4
#include <stdint.h>
5
6
#ifdef WHISPER_SHARED
7
# ifdef _WIN32
2
#define WHISPER_H
3
4
#include <stdint.h>
5
+
#include <stdbool.h>
6
7
#ifdef WHISPER_SHARED
8
# ifdef _WIN32