From 007ee8153d6c1be3f45bd8295c7dd51af17a82c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 20:06:59 +0000 Subject: [PATCH] Bump transformers from 4.50.0 to 4.53.0 in /llm_on_ray/pretrain Bumps [transformers](https://github.com/huggingface/transformers) from 4.50.0 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.50.0...v4.53.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- llm_on_ray/pretrain/requirements.optimum-habana.txt | 2 +- llm_on_ray/pretrain/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llm_on_ray/pretrain/requirements.optimum-habana.txt b/llm_on_ray/pretrain/requirements.optimum-habana.txt index a7504978..e0d7fa29 100644 --- a/llm_on_ray/pretrain/requirements.optimum-habana.txt +++ b/llm_on_ray/pretrain/requirements.optimum-habana.txt @@ -2,7 +2,7 @@ accelerate==0.21.0 datasets==2.12.0 numpy==1.24.4 https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp38-cp38-manylinux2014_x86_64.whl -transformers==4.50.0 +transformers==4.53.0 typing==3.7.4.3 tabulate ray[tune] diff --git a/llm_on_ray/pretrain/requirements.txt b/llm_on_ray/pretrain/requirements.txt index 8cddb582..2a5eed12 100644 --- a/llm_on_ray/pretrain/requirements.txt +++ b/llm_on_ray/pretrain/requirements.txt @@ -4,7 +4,7 @@ numpy==1.24.4 https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-3.0.0.dev0-cp38-cp38-manylinux2014_x86_64.whl torchvision==0.14.1 torch -transformers==4.50.0 +transformers==4.53.0 typing==3.7.4.3 tabulate ray[tune]