Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update samples to use Ray 2.41.0 images #2964

Merged
merged 1 commit into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading