-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbridgeData_template.yaml
47 lines (36 loc) · 1.6 KB
/
bridgeData_template.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
## AIPG Simple Text Worker
## Model you want to run, not all are supported so just be mindful
model_name: "stabilityai/stable-code-3b"
## UI
# Enable the terminal UI
terminal_ui_enabled: false # setting this to true actually sucks right now, to fix in the future
# The horde url
horde_url: "https://api.aipowergrid.io/"
# Give a cool name to your instance
worker_name: ""
# The api_key identifies a unique user in the horde
# Visit https://stablehorde.net/register to create one before you can join
api_key: ""
# Put other users whose prompts you want to prioritize.
# The owner's username is always included so you don't need to add it here,
max_threads: 1
# We will keep this many requests in the queue so we can start working as soon as a thread is available
# Recommended to keep no higher than 1
queue_size: 0
# The number of GPUs to use. Defaults to 1.
gpu_count: 1
## Storage
# Directory to download models to. Defaults to the "models" folder(will be created if it doesn't exist) if not set.
#download_dir: "./models"
## Text Gen
# The name to use when running a scribe worker. Will default to `worker_name` if not set
scribe_name: ""
# The KoboldAI Client API URL
# By default, this should be http://<container_name>:7860, in our template is set to: http://aphrodite-engine:7860.
# Attention: the 'container_name' field refers to the name of the Aphrodite container.
kai_url: "http://localhost:2242"
# The max amount of tokens to generate with this worker
max_length: 512
# The max tokens to use from the prompt
max_context_length: 1024
old_nvidia_compute: true # if you have an old nvidia card, set this to true