forked from akash-network/awesome-akash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeploy.yml
51 lines (48 loc) · 980 Bytes
/
deploy.yml
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
---
version: "2.0"
services:
flock-train:
image: public.ecr.aws/e7z6j8c3/flock:training-quickstart-akash
env:
- FLOCK_API_KEY=
- HF_USERNAME=
- TASK_ID=
- HF_TOKEN=
# Choose whether to use your own dataset demo_data.jsonl or training_args.yml
#- GIT_URL=
expose:
- port: 3000
as: 80
to:
- global: true
profiles:
compute:
flock-train:
resources:
cpu:
units: 8
memory:
size: 24Gi
storage:
size: 100Gi
gpu:
units: 1
attributes:
vendor:
nvidia:
- model: a100
- model: rtx8000
- model: v100
placement:
akash:
attributes:
organization: foundrydigital
pricing:
flock-train:
denom: uakt
amount: 10000
deployment:
flock-train:
akash:
profile: flock-train
count: 1