Llama-3-8B-tr / config.yml
umarigan's picture
Update config.yml
fbd237e verified
raw
history blame contribute delete
No virus
410 Bytes
---
hub:
repo_id: umarigan/LLama-3-8B-Instruction-tr-Q4_K_M-GGUF
filename: llama-3-8b-instruction-tr.Q4_K_M.gguf
llama_cpp:
n_ctx: 4096
# n_gpu_layers: 40 # llama 13b has 40 layers
chat:
stop:
- "</s>"
- "<unk>"
- "### USER:"
- "USER:"
queue:
max_size: 16
concurrency_count: 1 # leave this at 1, llama-cpp-python doesn't handle concurrent requests and will crash the entire app