From 004a54a870d3d8a44443345901e58878a7f8ba73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:24:00 +0800 Subject: [PATCH] Bump transformers (#1721) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../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 c8d35b9bb16..7b21a530e4e 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.36.0 +transformers==4.38.0 torch>=1.8.0 datasets>=1.2.1, <=1.8 sentencepiece!=0.1.92