From c446c990227094925a87f20c5c5ee733a90c84ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 05:53:20 +0000 Subject: [PATCH] Bump transformers Bumps [transformers](https://github.com/huggingface/transformers) from 4.38.0 to 4.51.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.38.0...v4.51.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.51.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../IntelTransformers_Quantization/pyproject.toml | 2 +- .../IntelTransformers_Quantization/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AI-and-Analytics/Features-and-Functionality/IntelTransformers_Quantization/pyproject.toml b/AI-and-Analytics/Features-and-Functionality/IntelTransformers_Quantization/pyproject.toml index d23fd60388..65a35e3fe6 100644 --- a/AI-and-Analytics/Features-and-Functionality/IntelTransformers_Quantization/pyproject.toml +++ b/AI-and-Analytics/Features-and-Functionality/IntelTransformers_Quantization/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "torch==2.5.0", "torchaudio==2.5.0", "torchvision==0.20.0", - "transformers==4.38.0", + "transformers==4.51.0", ] [dependency-groups] diff --git a/AI-and-Analytics/Features-and-Functionality/IntelTransformers_Quantization/requirements.txt b/AI-and-Analytics/Features-and-Functionality/IntelTransformers_Quantization/requirements.txt index 32b18cb440..bce1e3794d 100644 --- a/AI-and-Analytics/Features-and-Functionality/IntelTransformers_Quantization/requirements.txt +++ b/AI-and-Analytics/Features-and-Functionality/IntelTransformers_Quantization/requirements.txt @@ -4,4 +4,4 @@ intel-extension-for-transformers==1.4.1 neural-speed==1.0 peft==0.10.0 sentencepiece -transformers==4.50.0 +transformers==4.51.0