-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.env
More file actions
86 lines (82 loc) · 1.55 KB
/
config.env
File metadata and controls
86 lines (82 loc) · 1.55 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# You should set these up
# RUNPOD_API_KEY=<your_api_key_here>
SHARED_SSH_KEY_PATH="~/.ssh/shared_infra_key_name"
MACHINE_NAME_PREFIX="arena"
SSH_USER="root"
RUNPOD_GPU_TYPE="NVIDIA RTX A4000" # "NVIDIA A40"
RUNPOD_CLOUD_TYPE="COMMUNITY" # "SECURE"
RUNPOD_NUM_GPUS=1
RUNPOD_DOCKER_IMAGE="nickypro/arena-env:6.1"
RUNPOD_DISK_SPACE_IN_GB=100
RUNPOD_VOLUME_SPACE_IN_GB=0
# Proxy setup (if you decide to use it)
SSH_PROXY_USER="root"
SSH_PROXY_HOST="cute.sus.cat" # change to domain or ip addresss like 1.2.3.4
SSH_PROXY_NGINX_CONFIG_PATH="~/proxy.conf"
SSH_PROXY_STARTING_PORT=16000
# ARENA Repository details (this should match Dockerfile, but doesn't need to)
ARENA_REPO_OWNER="callummcdougall"
ARENA_REPO_NAME="ARENA_3.0"
DEFAULT_BRANCH="main"
# Script parameters
GIT_SSH_KEY_REMOTE="/root/.ssh/id_ed25519"
MAX_PARALLEL=10
# Management configs
CONDA_ENV_NAME="arena-env"
MACHINE_NAME_LIST=(
"apple"
"autumn"
"bloom"
"bonbon"
"bulk"
"cloud"
"coco"
"derpy"
"diamond"
"discord"
"ember"
"entropy"
"flash"
"flutter"
"gabby"
"gustav"
"harmony"
"iron"
"ivy"
"jack"
"joy"
"keepsake"
"kind"
"knowledge"
"lightning"
"luna"
"lyra"
"marble"
"mayor"
"moon"
"nova"
"nurse"
"octavia"
"orchard"
"photo"
"pink"
"queen"
"quiet"
"rainbow"
"rarity"
"scoot"
"shining"
"silver"
"spike"
"spitfire"
"starlight"
"sunset"
"trouble"
"twilight"
"unity"
"vinyl"
"wild"
"wish"
"yarn"
"zebra"
)