-
Notifications
You must be signed in to change notification settings - Fork 235
/
torchbench_gpu_sdl_cuda12_0.yaml
56 lines (55 loc) · 1.22 KB
/
torchbench_gpu_sdl_cuda12_0.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
version: '2.0'
services:
gpu-test:
image: docker.io/thumperai/torchbench:v0.0.10-cuda-12.0-dev
expose:
- port: 8888
as: 80
to:
- global: true
cmd:
- '"jupyter", "lab", "--ip=0.0.0.0", "--port=8888", "--allow-root", "--no-browser"'
env:
- JUPYTER_TOKEN=passwd
profiles:
compute:
gpu-test:
resources:
cpu:
units: 1
memory:
size: 20Gi
gpu:
units: 1
attributes:
vendor:
nvidia:
- model: a40
- model: a10
- model: 4090
- model: 3090Ti
- model: 4080
- model: 3090
- model: h100
- model: a100
- model: v100
- model: 3060
- model: p100
- model: 4000
- model: a4000
- model: 2070
- model: 1080
- model: 1080Ti
storage:
- size: 100Gi
placement:
westcoast:
pricing:
gpu-test:
denom: uakt
amount: 100000
deployment:
gpu-test:
westcoast:
profile: gpu-test
count: 1