From db6027990fe1b98c449f8dcde8bc10c31f7b33cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:13:38 +0000 Subject: [PATCH] Bump transformers Bumps [transformers](https://github.com/huggingface/transformers) from 4.26.0 to 4.36.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.26.0...v4.36.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../training/tp_dp_gpt_neox_hf_pretrain/common/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/training/tp_dp_gpt_neox_hf_pretrain/common/requirements.txt b/examples/training/tp_dp_gpt_neox_hf_pretrain/common/requirements.txt index 889d6e4..b220416 100644 --- a/examples/training/tp_dp_gpt_neox_hf_pretrain/common/requirements.txt +++ b/examples/training/tp_dp_gpt_neox_hf_pretrain/common/requirements.txt @@ -1,4 +1,4 @@ -transformers==4.26.0 +transformers==4.36.0 regex tensorboard datasets