From 26c308dd4c183bf8e80321b14d003feb97686d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 20:06:22 +0000 Subject: [PATCH] deps(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [transformers](https://github.com/huggingface/transformers) and [torch](https://github.com/pytorch/pytorch). Updates `transformers` from 4.57.3 to 5.0.0rc3 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.57.3...v5.0.0rc3) Updates `torch` from 2.9.1 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.9.1...v2.12.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 70a0f20..d24539c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.138.0 -transformers==4.57.3 +transformers==5.0.0rc3 uvicorn==0.49.0 -torch==2.9.1 +torch==2.12.1 datasets==5.0.0 accelerate==1.10.1 evaluate==0.4.6