Spaces:
Runtime error
Runtime error
Update config.yml
Browse files- config.yml +2 -2
config.yml
CHANGED
@@ -9,8 +9,8 @@ chat:
|
|
9 |
stop:
|
10 |
- "</s>"
|
11 |
- "<unk>"
|
12 |
-
- "###
|
13 |
-
- "
|
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
|