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-cuda
/
acc.cuh
kaisser
Upload folder using huggingface_hub
305a42c
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
131 Bytes
#
include
"common.cuh"
#
define
CUDA_ACC_BLOCK_SIZE 256
void
ggml_cuda_op_acc
(ggml_backend_cuda_context & ctx, ggml_tensor * dst)
;