From 35c468133d1991a0ddb8214394f7487906f2a18f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:11:13 +0000 Subject: [PATCH] Bump transformers Bumps [transformers](https://github.com/huggingface/transformers) from 4.30.0 to 4.36.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.30.0...v4.36.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../text-classification/distillation/eager/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pytorch/nlp/huggingface_models/text-classification/distillation/eager/requirements.txt b/examples/pytorch/nlp/huggingface_models/text-classification/distillation/eager/requirements.txt index 388ea93fd61..c8d35b9bb16 100644 --- a/examples/pytorch/nlp/huggingface_models/text-classification/distillation/eager/requirements.txt +++ b/examples/pytorch/nlp/huggingface_models/text-classification/distillation/eager/requirements.txt @@ -1,4 +1,4 @@ -transformers==4.30.0 +transformers==4.36.0 torch>=1.8.0 datasets>=1.2.1, <=1.8 sentencepiece!=0.1.92