Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
natasa365/whisper.cpp
Xenobd
/
whisper.cpp
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
57c7a6b
whisper.cpp
/
ggml
/
src
/
sgemm.h
ggerganov
whisper : reorganize source code + improve CMake (#2256)
f75c2e3
unverified
over 1 year ago
raw
Copy download link
history
blame
302 Bytes
#
pragma
once
#
include
<stdint.h>
#
include
<stdbool.h>
#
ifdef
__cplusplus
extern
"C"
{
#
endif
bool
llamafile_sgemm
(
int64_t
,
int64_t
,
int64_t
,
const
void
*,
int64_t
,
const
void
*,
int64_t
,
void
*,
int64_t
,
int
,
int
,
int
,
int
,
int
)
;
#
ifdef
__cplusplus
}
#
endif