Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
kaisser
/
LLM-Maroc
like
0
Text Generation
Transformers
Safetensors
GGUF
4 languages
llama
chatbot
multilingual
arabic
french
tamazight
english
conversational
text-generation-inference
4-bit precision
bitsandbytes
License:
mit
Model card
Files
Files and versions
xet
Community
Train
Deploy
Use this model
main
LLM-Maroc
/
llama.cpp
/
ggml
/
src
/
ggml-threading.h
kaisser
Upload folder using huggingface_hub
305a42c
verified
3 months 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