From 4c821025238735d94c9e2ff09b81ae6f79c1db15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 14:49:31 +0100 Subject: [PATCH] Bump transformers from 4.19.0 to 4.38.0 in /examples/research_projects/codeparrot (#31285) Bump transformers in /examples/research_projects/codeparrot Bumps [transformers](https://github.com/huggingface/transformers) from 4.19.0 to 4.38.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.19.0...v4.38.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/research_projects/codeparrot/examples/requirements.txt | 2 +- examples/research_projects/codeparrot/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/research_projects/codeparrot/examples/requirements.txt b/examples/research_projects/codeparrot/examples/requirements.txt index 997334e27e..671242ce93 100644 --- a/examples/research_projects/codeparrot/examples/requirements.txt +++ b/examples/research_projects/codeparrot/examples/requirements.txt @@ -1,5 +1,5 @@ datasets==2.3.2 -transformers==4.21.1 +transformers==4.38.0 wandb==0.13.1 evaluate==0.2.2 scikit-learn==1.1.2 \ No newline at end of file diff --git a/examples/research_projects/codeparrot/requirements.txt b/examples/research_projects/codeparrot/requirements.txt index 8aaa1bd81d..2dbc65a376 100644 --- a/examples/research_projects/codeparrot/requirements.txt +++ b/examples/research_projects/codeparrot/requirements.txt @@ -1,4 +1,4 @@ -transformers==4.19.0 +transformers==4.38.0 datasets==1.16.0 wandb==0.12.0 tensorboard==2.6.0