Skip to content

Commit d84b747

Browse files
authored
Bump Ray version to 2.54.1 (#5864)
1 parent 38429b3 commit d84b747

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/config/ray-ec2-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
# Build configuration
1010
common:
1111
framework: "ray"
12-
framework_version: "2.54.0"
12+
framework_version: "2.54.1"
1313
job_type: "inference"
1414
python_version: "py313"
1515
os_version: "amzn2023"

.github/config/ray-ec2-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
# Build configuration
1010
common:
1111
framework: "ray"
12-
framework_version: "2.54.0"
12+
framework_version: "2.54.1"
1313
job_type: "inference"
1414
python_version: "py313"
1515
cuda_version: "cu129"

.github/config/ray-sagemaker-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
# Build configuration
1010
common:
1111
framework: "ray"
12-
framework_version: "2.54.0"
12+
framework_version: "2.54.1"
1313
job_type: "inference"
1414
python_version: "py313"
1515
os_version: "amzn2023"

.github/config/ray-sagemaker-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
# Build configuration
1010
common:
1111
framework: "ray"
12-
framework_version: "2.54.0"
12+
framework_version: "2.54.1"
1313
job_type: "inference"
1414
python_version: "py313"
1515
cuda_version: "cu129"

docker/ray/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ LABEL dlc_minor_version="0"
5656

5757
ARG PYTHON="python"
5858
ARG FRAMEWORK="ray"
59-
ARG FRAMEWORK_VERSION="2.54.0"
59+
ARG FRAMEWORK_VERSION="2.54.1"
6060
ARG CONTAINER_TYPE="inference"
6161

6262
# Copy Python installation and venv from builder

docker/ray/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ LABEL dlc_minor_version="0"
7979

8080
ARG PYTHON="python"
8181
ARG FRAMEWORK="ray"
82-
ARG FRAMEWORK_VERSION="2.54.0"
82+
ARG FRAMEWORK_VERSION="2.54.1"
8383
ARG CONTAINER_TYPE="inference"
8484

8585
# Enable video capability to mount NVENC/NVDEC driver libraries

scripts/ray/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"pandas==3.0.1",
1414
"pillow==12.1.1",
1515
"pyyaml==6.0.3",
16-
"ray[serve]==2.54.0",
16+
"ray[serve]==2.54.1",
1717
"scikit-learn==1.8.0",
1818
"soundfile==0.13.1",
1919
"torch==2.10.0",

scripts/ray/uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)