From 67704ae64e4d68eb562e0b559bf4f2570c128def Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:13:37 +0000 Subject: [PATCH] Bump transformers in /examples/training/tp_dp_bert_hf_pretrain 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] --- examples/training/tp_dp_bert_hf_pretrain/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/training/tp_dp_bert_hf_pretrain/requirements.txt b/examples/training/tp_dp_bert_hf_pretrain/requirements.txt index 434088d..ebfed4b 100644 --- a/examples/training/tp_dp_bert_hf_pretrain/requirements.txt +++ b/examples/training/tp_dp_bert_hf_pretrain/requirements.txt @@ -1,6 +1,6 @@ graphviz tensorboard==2.6 -transformers==4.26.0 +transformers==4.36.0 evaluate pillow pytest