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...
main
whisper.cpp
/
ggml
/
src
/
ggml-cpu
/
amx
/
amx.h
Djip007
ggml : refactor online repacking (llama/10446)
163128e
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
202 Bytes
#
include
"ggml-backend.h"
#
include
"ggml-cpu-impl.h"
// GGML internal header
#
if
defined(__AMX_INT8__) && defined(__AVX512VNNI__)
ggml_backend_buffer_type_t
ggml_backend_amx_buffer_type
(
void
)
;
#
endif