Spaces:
Build error
Build error
File size: 380 Bytes
7b590e5 1dc6c65 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
repo: TheBloke/wizard-vicuna-13B-GGML
file: wizard-vicuna-13B.ggml.q5_1.bin
# if the repo above doesn't include the tokenizer set the base repo it was based on with a valid tokenizer model
base_model: junelee/wizard-vicuna-13b
llama_cpp:
n_ctx: 2048
n_gpu_layers: 40 # llama 13b has 40 layers
chat:
max_tokens: 1024
stop:
- "</s>"
- "<unk>"
- "### User:"
|