From 28cdea7a9263443a5536301c2ec11c36da568ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:56:24 +0000 Subject: [PATCH] Bump transformers from 4.43.1 to 4.53.0 in /benchmarks/exhaustive-memory Bumps [transformers](https://github.com/huggingface/transformers) from 4.43.1 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.43.1...v4.53.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmarks/exhaustive-memory/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/exhaustive-memory/requirements.txt b/benchmarks/exhaustive-memory/requirements.txt index e92cd199..632305cf 100644 --- a/benchmarks/exhaustive-memory/requirements.txt +++ b/benchmarks/exhaustive-memory/requirements.txt @@ -105,7 +105,7 @@ threadpoolctl==3.5.0 tokenizers==0.19.1 torch==2.3.1 tqdm==4.66.4 -transformers==4.43.1 +transformers==4.53.0 typer==0.12.3 typing-extensions==4.12.2 tzdata==2024.1