-
Notifications
You must be signed in to change notification settings - Fork 165
Expand file tree
/
Copy pathtemplate_ubuntu_22.04_software_config.json
More file actions
56 lines (54 loc) · 1.62 KB
/
template_ubuntu_22.04_software_config.json
File metadata and controls
56 lines (54 loc) · 1.62 KB
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
{
"cluster_os_type": "ubuntu",
"cluster_os_version": "22.04",
"repo_config": "partial",
"softwares": [
{"name": "amdgpu", "version": "6.3.1"},
{"name": "bcm_roce", "version": "232.1.133.2"},
{"name": "intelgaudi", "version": "1.21.1-16"},
{"name": "cuda", "version": "12.8.0"},
{"name": "ofed", "version": "24.01-0.3.3.1"},
{"name": "openldap"},
{"name": "secure_login_node"},
{"name": "nfs"},
{"name": "beegfs", "version": "7.4.5"},
{"name": "k8s", "version":"1.31.4"},
{"name": "roce_plugin"},
{"name": "jupyter"},
{"name": "kubeflow"},
{"name": "kserve"},
{"name": "pytorch"},
{"name": "tensorflow"},
{"name": "vllm"},
{"name": "telemetry"},
{"name": "ucx", "version": "1.15.0"},
{"name": "openmpi", "version": "4.1.6"},
{"name": "csi_driver_powerscale", "version":"v2.13.0"},
{"name": "intel_benchmarks", "version": "2024.1"},
{"name": "amd_benchmarks"}
],
"bcm_roce": [
{"name": "bcm_roce_libraries", "version": "232.1.133.2"}
],
"amdgpu": [
{"name": "rocm", "version": "6.3.1" }
],
"intelgaudi": [
{"name": "intel"}
],
"vllm": [
{"name": "vllm_amd"},
{"name": "vllm_nvidia"}
],
"pytorch": [
{"name": "pytorch_cpu"},
{"name": "pytorch_amd"},
{"name": "pytorch_nvidia"},
{"name": "pytorch_gaudi"}
],
"tensorflow": [
{"name": "tensorflow_cpu"},
{"name": "tensorflow_amd"},
{"name": "tensorflow_nvidia"}
]
}