RoversX commited on
Commit
f378581
1 Parent(s): 686a3bb

Update config.yml

Browse files
Files changed (1) hide show
  1. config.yml +2 -2
config.yml CHANGED
@@ -9,8 +9,8 @@ chat:
9
  stop:
10
  - "</s>"
11
  - "<unk>"
12
- - "### Human:"
13
- - "Human:"
14
  queue:
15
  max_size: 16
16
  concurrency_count: 1 # leave this at 1, llama-cpp-python doesn't handle concurrent requests and will crash the entire app
 
9
  stop:
10
  - "</s>"
11
  - "<unk>"
12
+ - "### human:"
13
+ - "human:"
14
  queue:
15
  max_size: 16
16
  concurrency_count: 1 # leave this at 1, llama-cpp-python doesn't handle concurrent requests and will crash the entire app