Skip to content

Commit 22bdb03

Browse files
committed
NO-JIRA: Update Ray to 2.52.1
1 parent 3668d60 commit 22bdb03

31 files changed

+81
-81
lines changed

demo-notebooks/additional-demos/hf_interactive.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
"\n",
7171
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
7272
"\n",
73-
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
74-
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu128'\n",
73+
"- For Python 3.11: 'quay.io/modh/ray:2.52.1-py311-cu121'\n",
74+
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
7575
"\n",
7676
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
7777
]

demo-notebooks/additional-demos/local_interactive.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"\n",
3838
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
3939
"\n",
40-
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
41-
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu128'\n",
40+
"- For Python 3.11: 'quay.io/modh/ray:2.52.1-py311-cu121'\n",
41+
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
4242
"\n",
4343
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
4444
]

demo-notebooks/additional-demos/ray_job_client.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"\n",
4444
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
4545
"\n",
46-
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
47-
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu128'\n",
46+
"- For Python 3.11: 'quay.io/modh/ray:2.52.1-py311-cu121'\n",
47+
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
4848
"\n",
4949
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
5050
]

demo-notebooks/guided-demos/0_basic_ray.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"\n",
5050
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
5151
"\n",
52-
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
53-
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu128'\n",
52+
"- For Python 3.11: 'quay.io/modh/ray:2.52.1-py311-cu121'\n",
53+
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
5454
"\n",
5555
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
5656
]

demo-notebooks/guided-demos/1_cluster_job_client.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"\n",
4444
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
4545
"\n",
46-
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
47-
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu128'\n",
46+
"- For Python 3.11: 'quay.io/modh/ray:2.52.1-py311-cu121'\n",
47+
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
4848
"\n",
4949
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
5050
]

demo-notebooks/guided-demos/2_basic_interactive.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"\n",
4747
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
4848
"\n",
49-
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
50-
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu128'\n",
49+
"- For Python 3.11: 'quay.io/modh/ray:2.52.1-py311-cu121'\n",
50+
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
5151
"\n",
5252
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
5353
]

demo-notebooks/guided-demos/3_widget_example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"\n",
5050
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
5151
"\n",
52-
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
53-
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu128'\n",
52+
"- For Python 3.11: 'quay.io/modh/ray:2.52.1-py311-cu121'\n",
53+
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
5454
"\n",
5555
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
5656
]

demo-notebooks/guided-demos/notebook-ex-outputs/0_basic_ray.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"\n",
5050
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
5151
"\n",
52-
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
53-
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu128'\n",
52+
"- For Python 3.11: 'quay.io/modh/ray:2.52.1-py311-cu121'\n",
53+
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
5454
"\n",
5555
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
5656
]

demo-notebooks/guided-demos/notebook-ex-outputs/1_cluster_job_client.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"\n",
4444
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
4545
"\n",
46-
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
47-
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu128'\n",
46+
"- For Python 3.11: 'quay.io/modh/ray:2.52.1-py311-cu121'\n",
47+
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
4848
"\n",
4949
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
5050
]

demo-notebooks/guided-demos/notebook-ex-outputs/2_basic_interactive.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"\n",
4747
"NOTE: The default images used by the CodeFlare SDK for creating a RayCluster resource depend on the installed Python version:\n",
4848
"\n",
49-
"- For Python 3.11: 'quay.io/modh/ray:2.47.1-py311-cu121'\n",
50-
"- For Python 3.12: 'quay.io/modh/ray:2.47.1-py312-cu128'\n",
49+
"- For Python 3.11: 'quay.io/modh/ray:2.52.1-py311-cu121'\n",
50+
"- For Python 3.12: 'quay.io/modh/ray:2.52.1-py312-cu128'\n",
5151
"\n",
5252
"If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default."
5353
]

0 commit comments

Comments
 (0)