Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
echodict
/
llama.cpp
like
0
Modalities:
Text
Formats:
text
Size:
< 1K
ArXiv:
arxiv:
2302.13971
arxiv:
2005.14165
arxiv:
2203.02155
Libraries:
Datasets
Croissant
Dataset card
Data Studio
Files
Files and versions
xet
Community
main
llama.cpp
/
ggml
/
src
/
ggml-threading.h
dlxj
todo: 基于 CUDA 13.0 编译
2517be1
13 days ago
raw
Copy download link
history
blame
contribute
delete
198 Bytes
#
pragma
once
#
include
"ggml.h"
#
ifdef
__cplusplus
extern
"C"
{
#
endif
GGML_API
void
ggml_critical_section_start
(
void
)
;
GGML_API
void
ggml_critical_section_end
(
void
)
;
#
ifdef
__cplusplus
}
#
endif