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...
dc0917f
whisper.cpp
/
ggml
/
src
/
ggml-cpu
/
hbm.h
xctan
ggml-cpu : split arch-specific implementations (llama/13892)
8c833e9
7 months ago
raw
Copy download link
history
blame
155 Bytes
#
pragma
once
#
include
"ggml-backend.h"
#
include
"ggml.h"
// GGML CPU internal header
ggml_backend_buffer_type_t
ggml_backend_cpu_hbm_buffer_type
(
void
)
;