Skip to content

Commit

Permalink
Update samples to use Ray 2.41.0 images (#2964)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sy Kim <[email protected]>
  • Loading branch information
andrewsykim authored Feb 7, 2025
1 parent 165a351 commit b12a722
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ spec:
# rayClusterSpec specifies the RayCluster instance to be created by the RayJob controller.
rayClusterSpec:
rayVersion: '2.9.0'
rayVersion: '2.41.0'
headGroupSpec:
rayStartParams: {}
# Pod template
template:
spec:
containers:
- name: ray-head
image: rayproject/ray:2.9.0
image: rayproject/ray:2.41.0
ports:
- containerPort: 6379
name: gcs-server
Expand All @@ -50,7 +50,7 @@ spec:
spec:
containers:
- name: ray-worker
image: rayproject/ray:2.9.0
image: rayproject/ray:2.41.0
resources:
limits:
cpu: "3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- transformers>=4.19.1
working_dir: "https://github.com/ray-project/kuberay/archive/master.zip"
rayClusterSpec:
rayVersion: '2.9.0'
rayVersion: '2.41.0'
headGroupSpec:
rayStartParams:
dashboard-host: '0.0.0.0'
Expand All @@ -31,7 +31,7 @@ spec:
serviceAccountName: pytorch-distributed-training
containers:
- name: ray-head
image: rayproject/ray:2.9.0
image: rayproject/ray:2.41.0
env:
- name: NUM_WORKERS
value: "4"
Expand Down Expand Up @@ -85,7 +85,7 @@ spec:
effect: "NoSchedule"
containers:
- name: ray-worker
image: rayproject/ray-ml:2.9.0-gpu
image: rayproject/ray-ml:2.41.0.021baf-py39
resources:
limits:
cpu: "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
- pytorch-lightning==1.6.5
working_dir: "https://github.com/ray-project/kuberay/archive/master.zip"
rayClusterSpec:
rayVersion: '2.9.0'
rayVersion: '2.41.0'
headGroupSpec:
rayStartParams:
dashboard-host: '0.0.0.0'
Expand All @@ -27,7 +27,7 @@ spec:
effect: "NoSchedule"
containers:
- name: ray-head
image: rayproject/ray-ml:2.9.0-gpu
image: rayproject/ray-ml:2.41.0.021baf-py311
ports:
- containerPort: 6379
name: gcs-server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
gke-gcsfuse/volumes: 'true'
spec:
containers:
- image: rayproject/ray:2.9.3
- image: rayproject/ray:2.41.0
name: ray-head
ports:
- containerPort: 6379
Expand Down Expand Up @@ -77,7 +77,7 @@ spec:
gke-gcsfuse/volumes: 'true'
spec:
containers:
- image: rayproject/ray:2.9.3
- image: rayproject/ray:2.41.0
name: ray-worker
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ spec:
BUCKET_PREFIX: images
# rayClusterSpec specifies the RayCluster instance to be created by the RayJob controller.
rayClusterSpec:
rayVersion: '2.9.0'
rayVersion: '2.41.0'
headGroupSpec:
rayStartParams: {}
# Pod template
template:
spec:
containers:
- name: ray-head
image: rayproject/ray:2.9.0
image: rayproject/ray:2.41.0
ports:
- containerPort: 6379
name: gcs-server
Expand All @@ -51,7 +51,7 @@ spec:
spec:
containers:
- name: ray-worker
image: rayproject/ray:2.9.0
image: rayproject/ray:2.41.0
resources:
limits:
cpu: "2"
Expand Down

0 comments on commit b12a722

Please sign in to comment.