Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
CrashOverrideX
/
Quillan-Ronin
like
0
Text Generation
Transformers
Safetensors
GGUF
English
llama
causal-lm
multimodal
image-generation
video-generation
audio-generation
text-generation-inference
License:
mit
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
main
Quillan-Ronin
/
llama.cpp
/
ggml
/
src
/
ggml-threading.h
CrashOverrideX
Add files using upload-large-folder tool
e737d04
verified
4 days ago
raw
Copy download link
history
blame
contribute
delete
212 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