From 56e7950616903cab37ae17e89d6443b48fbab923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 14:02:19 +0000 Subject: [PATCH] Bump transformers Bumps [transformers](https://github.com/huggingface/transformers) from 4.21.0 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.21.0...v4.53.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../pytorch/training/resources/gpt2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sagemaker_tests/pytorch/training/resources/gpt2/requirements.txt b/test/sagemaker_tests/pytorch/training/resources/gpt2/requirements.txt index 529832b08eb8..760237db896d 100644 --- a/test/sagemaker_tests/pytorch/training/resources/gpt2/requirements.txt +++ b/test/sagemaker_tests/pytorch/training/resources/gpt2/requirements.txt @@ -2,6 +2,6 @@ datasets numpy scipy torchnet -transformers==4.21.0 +transformers==4.53.0 smdebug humanize