File size: 395 Bytes
c6fa798
 
96f5367
55b1c71
c6fa798
 
 
 
 
 
 
f378581
 
c6fa798
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
hub:
  repo_id: RoversX/llama-2-7b-chat-hf-Qlora-Samantha-V2-ggml
  filename: ggml-model-q4_0.bin
llama_cpp:
  n_ctx: 2048
  n_gpu_layers: 40  # llama 13b has 40 layers
chat:
  stop:
    - "</s>"
    - "<unk>"
    - "### human:"
    - "human:"
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