ggml-ui / config.yml
winglian's picture
fix stop tokens to match new prompt formatting, stream instruct response, add comments about concurrency to config
e0bf185
raw
history blame
445 Bytes
---
#repo: TheBloke/wizard-mega-13B-GGML
#file: wizard-mega-13B.ggml.q5_1.bin
repo: TheBloke/wizard-vicuna-13B-GGML
file: wizard-vicuna-13B.ggml.q5_1.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