forked from akash-network/awesome-akash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeploy.yml
45 lines (42 loc) · 782 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
---
version: "2.0"
services:
falcon7b:
image: andrey01/falcon7b:0.4
expose:
- port: 8000
as: 80
to:
- global: true
profiles:
compute:
falcon7b:
resources:
cpu:
units: 8
memory:
size: 100Gi
gpu:
units: 1
attributes:
vendor:
nvidia:
- model: v100
- model: h100
- model: a100
- model: t4
- model: rtx3090
- model: rtx4090
storage:
- size: 200Gi
placement:
akash:
pricing:
falcon7b:
denom: uakt
amount: 100000
deployment:
falcon7b:
akash:
profile: falcon7b
count: 1