Skip to content

Commit abb5291

Browse files
authored
Add RayCluster YAML for verl example (ray-project#3833)
Signed-off-by: kaihsun <kaihsun@anyscale.com>
1 parent ed4b75c commit abb5291

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
apiVersion: ray.io/v1
2+
kind: RayCluster
3+
metadata:
4+
name: verl-cluster
5+
spec:
6+
rayVersion: '2.43.0'
7+
headGroupSpec:
8+
rayStartParams: {}
9+
template:
10+
spec:
11+
containers:
12+
- name: ray-head
13+
image: hiyouga/verl:ngc-th2.6.0-cu126-vllm0.8.4-flashinfer0.2.2-cxx11abi0
14+
resources:
15+
limits:
16+
cpu: 48
17+
memory: 192G
18+
nvidia.com/gpu: "4"
19+
requests:
20+
cpu: 36
21+
memory: 144G
22+
nvidia.com/gpu: "4"
23+
ports:
24+
- containerPort: 6379
25+
name: gcs-server
26+
- containerPort: 8265
27+
name: dashboard
28+
- containerPort: 10001
29+
name: client

0 commit comments

Comments
 (0)