Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Aliguinga01
/
rule_violation2
like
0
Safetensors
GGUF
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
main
rule_violation2
/
llama.cpp
/
ggml
/
src
/
ggml-threading.h
Aliguinga01
Upload folder using huggingface_hub
4d35814
verified
4 months 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