Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Steven10429
/
apply_lora_and_quantize
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
apply_lora_and_quantize
/
llama.cpp
/
ggml
/
src
/
ggml-threading.h
Steven10429
llama.cpp
61b850a
28 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
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