Skip to content

Commit 343b739

Browse files
committed
ENG-21369: Updates Ray image to 2.44.1 for Python 3.11
1 parent bdc482d commit 343b739

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

modules/creating-a-custom-training-image.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ The following table shows some example base training images:
2727
| Ray
2828
| CUDA
2929
| 3.11
30-
| `ray:2.35.0-py311-cu121`
31-
| Ray 2.35.0, Python 3.11, CUDA 12.1
30+
| `ray:2.44.1-py311-cu121`
31+
| Ray 2.44.1, Python 3.11, CUDA 12.1
3232

3333
| Ray
3434
| ROCm
@@ -39,8 +39,8 @@ The following table shows some example base training images:
3939
| Ray
4040
| ROCm
4141
| 3.11
42-
| `ray:2.35.0-py311-rocm62`
43-
| Ray 2.35.0, Python 3.11, ROCm 6.2
42+
| `ray:2.44.1-py311-rocm62`
43+
| Ray 2.44.1, Python 3.11, ROCm 6.2
4444

4545
| KFTO
4646
| CUDA
@@ -93,7 +93,7 @@ Examples:
9393
+
9494
[source,bash]
9595
----
96-
FROM quay.io/modh/ray:2.35.0-py311-cu121
96+
FROM quay.io/modh/ray:2.44.1-py311-cu121
9797
----
9898
+
9999
[source,bash]

modules/deploying-models-using-multiple-gpu-nodes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ NOTE: You may need to specify additional arguments, depending on your environmen
203203

204204
.Verification
205205

206-
To confirm that you have set up your environment to deploy models on multiple GPU nodes, check the GPU resource status, the `InferenceService` status, the ray cluster status, and send a request to the model.
206+
To confirm that you have set up your environment to deploy models on multiple GPU nodes, check the GPU resource status, the `InferenceService` status, the Ray cluster status, and send a request to the model.
207207

208208
* Check the GPU resource status:
209209

0 commit comments

Comments
 (0)