Spaces:
Runtime error
Runtime error
Create config.yml
Browse files- config.yml +21 -0
config.yml
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
model_url: https://huggingface.co/openaccess-ai-collective/manticore-13b-chat-pyg
|
3 |
+
typer:
|
4 |
+
delay: 0.1
|
5 |
+
runpod:
|
6 |
+
endpoint_id: 4k4aom7l1xa64k
|
7 |
+
prefer_async: true
|
8 |
+
llm:
|
9 |
+
top_k:
|
10 |
+
top_p:
|
11 |
+
temperature:
|
12 |
+
repetition_penalty:
|
13 |
+
last_n_tokens:
|
14 |
+
seed: -1
|
15 |
+
batch_size: 8
|
16 |
+
threads: -1
|
17 |
+
stop:
|
18 |
+
- "</s>"
|
19 |
+
queue:
|
20 |
+
max_size: 16
|
21 |
+
concurrency_count: 1 # recommend setting this no larger than your current
|