From 8c67a5937a4baab6605b20e63f0f74f8359d9447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 08:59:08 +0000 Subject: [PATCH] Bump transformers Bumps [transformers](https://github.com/huggingface/transformers) from 4.56.1 to 5.0.0rc3. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.56.1...v5.0.0rc3) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../pytorch_inf/pytorch_inf_resources/requirements_win.txt | 2 +- .../pytorch_inf_resources/requirements_win_arm64.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scenarios/windows/pytorch_inf/pytorch_inf_resources/requirements_win.txt b/scenarios/windows/pytorch_inf/pytorch_inf_resources/requirements_win.txt index ba8fee5..d2ca885 100644 --- a/scenarios/windows/pytorch_inf/pytorch_inf_resources/requirements_win.txt +++ b/scenarios/windows/pytorch_inf/pytorch_inf_resources/requirements_win.txt @@ -2,4 +2,4 @@ --extra-index-url https://download.pytorch.org/whl/cu128 torch==2.8.0 tokenizers==0.22.2 -transformers==4.56.1 +transformers==5.0.0rc3 diff --git a/scenarios/windows/pytorch_inf/pytorch_inf_resources/requirements_win_arm64.txt b/scenarios/windows/pytorch_inf/pytorch_inf_resources/requirements_win_arm64.txt index 3f19b53..2a56f67 100644 --- a/scenarios/windows/pytorch_inf/pytorch_inf_resources/requirements_win_arm64.txt +++ b/scenarios/windows/pytorch_inf/pytorch_inf_resources/requirements_win_arm64.txt @@ -4,4 +4,4 @@ torch==2.8.0 # Pin tokenizers to a version with pre-built win_arm64 wheels to avoid # requiring the Rust toolchain for source compilation on Arm64 tokenizers==0.22.2 -transformers==4.56.1 +transformers==5.0.0rc3