From fdcce46fa108d9c4ad6433180f3efb2bd780b79c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 00:51:52 +0000 Subject: [PATCH] Bump transformers in /torch-neuronx/training/tp_dp_bert_hf_pretrain Bumps [transformers](https://github.com/huggingface/transformers) from 4.26.0 to 4.38.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.26.0...v4.38.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- torch-neuronx/training/tp_dp_bert_hf_pretrain/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torch-neuronx/training/tp_dp_bert_hf_pretrain/requirements.txt b/torch-neuronx/training/tp_dp_bert_hf_pretrain/requirements.txt index 434088d..73c71f8 100644 --- a/torch-neuronx/training/tp_dp_bert_hf_pretrain/requirements.txt +++ b/torch-neuronx/training/tp_dp_bert_hf_pretrain/requirements.txt @@ -1,6 +1,6 @@ graphviz tensorboard==2.6 -transformers==4.26.0 +transformers==4.38.0 evaluate pillow pytest