From db98eb027f640a169e51e14cc945d01a5fcbe3ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 11:25:58 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /scripts directory: [transformers](https://github.com/huggingface/transformers) and [torch](https://github.com/pytorch/pytorch). Updates `transformers` from 4.53.0 to 5.3.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.53.0...v5.3.0) Updates `torch` from 2.8.0 to 2.12.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.8.0...v2.12.1) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- scripts/fine-tune-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/fine-tune-requirements.txt b/scripts/fine-tune-requirements.txt index c5a5efaa..bc3cd6c6 100644 --- a/scripts/fine-tune-requirements.txt +++ b/scripts/fine-tune-requirements.txt @@ -1,4 +1,4 @@ -transformers==4.53.0 +transformers==5.3.0 datasets==2.17.1 peft==0.9.0 accelerate==0.27.2 @@ -6,5 +6,5 @@ huggingface-hub==0.21.3 sentencepiece==0.2.1 protobuf==5.29.6 numpy==1.26.4; python_version < "3.13" -torch==2.8.0; python_version < "3.13" +torch==2.12.1; python_version < "3.13" bitsandbytes==0.42.0; platform_system != "Windows" and python_version < "3.13"