-
Notifications
You must be signed in to change notification settings - Fork 236
/
Copy pathdeploy.yaml
59 lines (59 loc) · 1.33 KB
/
deploy.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
48
49
50
51
52
53
54
55
56
57
58
59
---
version: "2.0"
services:
bark-small:
image: alexpedersen/audio-akash:0.1.5
expose:
- port: 7860
as: 7860
to:
- global: true
# accept:
# - cars.ingress.europlots.com
params:
storage:
data:
mount: /mnt/
readOnly: false
# Optional but recommended
env:
- OUTPUT_DIR=/mnt/output # Use persistent storage for app generated files
- HF_HOME=/mnt/huggingface # Use persistent storage for model cache
# - PUBLIC_URL=http://provider.europlots.com:31360
profiles:
compute:
bark-small:
resources:
cpu:
units: 6
memory:
size: 16Gi
storage:
- size: 4GB
- name: data
size: 40GB
attributes:
persistent: true
class: beta3
gpu:
units: 1
attributes:
vendor:
nvidia:
# min 8gb GPU, for example:
# - model: rtx4090
# - model: rtx4080
# - model: rtx4070
# - model: rtx3080
# - model: rtx3070
placement:
dcloud:
pricing:
bark-small:
denom: uakt
amount: 1000
deployment:
bark-small:
dcloud:
profile: bark-small
count: 1