From 275e10f2dda11e6f713e5a9a7048a7c2cb9a4c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:04:21 +0000 Subject: [PATCH] Bump transformers from 4.38.0 to 4.48.0 in /llm_on_ray/pretrain Bumps [transformers](https://github.com/huggingface/transformers) from 4.38.0 to 4.48.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.38.0...v4.48.0) --- updated-dependencies: - dependency-name: transformers 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 776e6beff..3c43ea1a0 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.38.0 +transformers==4.48.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 798bff3bd..29d7e438c 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==2.2.0 -transformers==4.38.0 +transformers==4.48.0 typing==3.7.4.3 tabulate ray[tune]