RoversX's picture
Update config.yml
c967aef
raw
history blame contribute delete
No virus
399 Bytes
---
hub:
repo_id: TheBloke/Nous-Hermes-Llama-2-7B-GGML
filename: nous-hermes-llama-2-7b.ggmlv3.q4_0.bin
llama_cpp:
n_ctx: 2048
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