From 2db0262a96aa9b7177c425f48502252b85780702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:57:26 +0000 Subject: [PATCH] Bump transformers in /test/integration/gpt_neox_20B Bumps [transformers](https://github.com/huggingface/transformers) from 4.26.0 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.26.0...v4.53.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/integration/gpt_neox_20B/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/gpt_neox_20B/requirements.txt b/test/integration/gpt_neox_20B/requirements.txt index 213ff3c..ed89993 100644 --- a/test/integration/gpt_neox_20B/requirements.txt +++ b/test/integration/gpt_neox_20B/requirements.txt @@ -1,4 +1,4 @@ -transformers==4.26.0 +transformers==4.53.0 regex tensorboard datasets