From 51389a0183bc390e9a8856ebe3c566eb34e7ca16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:48:03 +0000 Subject: [PATCH] Bump transformers Bumps [transformers](https://github.com/huggingface/transformers) from 4.44.2 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.44.2...v4.53.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../03-03_raft-customization/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshops/building-rag-workflows-with-sagemaker-and-bedrock/03-03_raft-customization/scripts/requirements.txt b/workshops/building-rag-workflows-with-sagemaker-and-bedrock/03-03_raft-customization/scripts/requirements.txt index 5484e62..d0247a5 100644 --- a/workshops/building-rag-workflows-with-sagemaker-and-bedrock/03-03_raft-customization/scripts/requirements.txt +++ b/workshops/building-rag-workflows-with-sagemaker-and-bedrock/03-03_raft-customization/scripts/requirements.txt @@ -1,4 +1,4 @@ -transformers==4.44.2 +transformers==4.53.0 datasets==2.18.0 accelerate==0.33.0 evaluate==0.4.1