-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Expand file tree
/
Copy pathray-images.json
More file actions
51 lines (51 loc) · 1.13 KB
/
ray-images.json
File metadata and controls
51 lines (51 loc) · 1.13 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
{
"ray": {
"defaults": {
"python": "3.10",
"gpu_platform": "cu12.1.1-cudnn8",
"architecture": "x86_64"
},
"python": ["3.10", "3.11", "3.12", "3.13"],
"architectures": ["x86_64", "aarch64"],
"exceptions": [
{
"architectures": ["aarch64"],
"platforms": ["tpu"]
}
],
"platforms": [
"cpu",
"tpu",
"cu11.7.1-cudnn8",
"cu11.8.0-cudnn8",
"cu12.1.1-cudnn8",
"cu12.3.2-cudnn9",
"cu12.4.1-cudnn",
"cu12.5.1-cudnn",
"cu12.6.3-cudnn",
"cu12.8.1-cudnn",
"cu12.9.1-cudnn",
"cu13.0.0-cudnn"
]
},
"ray-ml": {
"defaults": {
"python": "3.10",
"gpu_platform": "cu12.1.1-cudnn8",
"architecture": "x86_64"
},
"python": ["3.10", "3.11"],
"architectures": ["x86_64"],
"platforms": ["cpu", "cu12.1.1-cudnn8"]
},
"ray-llm": {
"defaults": {
"python": "3.11",
"gpu_platform": "cu12.8.1-cudnn",
"architecture": "x86_64"
},
"python": ["3.11", "3.12"],
"architectures": ["x86_64"],
"platforms": ["cu12.8.1-cudnn", "cu12.9.1-cudnn", "cu13.0.0-cudnn"]
}
}