-
Notifications
You must be signed in to change notification settings - Fork 165
Expand file tree
/
Copy pathubuntu_software_config.json
More file actions
39 lines (37 loc) · 1019 Bytes
/
ubuntu_software_config.json
File metadata and controls
39 lines (37 loc) · 1019 Bytes
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
{
"cluster_os_type": "ubuntu",
"cluster_os_version": "24.04",
"repo_config": "partial",
"softwares": [
{"name": "amdgpu", "version": "6.3.1"},
{"name": "bcm_roce", "version": "232.1.133.2"},
{"name": "openldap"},
{"name": "nfs"},
{"name": "k8s", "version":"1.31.4"},
{"name": "roce_plugin"},
{"name": "jupyter"},
{"name": "pytorch"},
{"name": "tensorflow"},
{"name": "intelgaudi", "version": "1.21.1-16"}
],
"bcm_roce": [
{"name": "bcm_roce_libraries", "version": "232.1.133.2"}
],
"amdgpu": [
{"name": "rocm", "version": "6.3.1" }
],
"intelgaudi": [
{"name": "intel"}
],
"pytorch": [
{"name": "pytorch_cpu"},
{"name": "pytorch_amd"},
{"name": "pytorch_nvidia"},
{"name": "pytorch_gaudi"}
],
"tensorflow": [
{"name": "tensorflow_cpu"},
{"name": "tensorflow_amd"},
{"name": "tensorflow_nvidia"}
]
}