-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathspheron.yaml
47 lines (45 loc) · 886 Bytes
/
spheron.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
version: "1.0"
services:
unsloth-finetuning:
image: spheronnetwork/unsloth-finetuning:cuda12-pytorch
pull_policy: IfNotPresent
expose:
- port: 8888
as: 8888
to:
- global: true
env:
- JUPYTER_TOKEN=testing123
profiles:
name: unsloth-finetuning
duration: 1h
tier:
- community
compute:
unsloth-finetuning:
resources:
cpu:
units: 8
memory:
size: 16Gi
storage:
- size: 200Gi
gpu:
units: 1
attributes:
vendor:
nvidia:
- model: rtx4090
placement:
westcoast:
attributes:
region: us-west
pricing:
unsloth-finetuning:
token: USDT
amount: 5
deployment:
unsloth-finetuning:
westcoast:
profile: unsloth-finetuning
count: 1