forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathray-images.yaml
More file actions
45 lines (39 loc) · 1 KB
/
ray-images.yaml
File metadata and controls
45 lines (39 loc) · 1 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
# Ray image configurations, consumed by CI and build scripts.
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] # JAX does not support aarch64 TPU: https://docs.jax.dev/en/latest/installation.html#supported-platforms
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
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]