From b99833994dc4e6a3b4bb3d6b2ed76b71f03e6225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 21:34:42 +0000 Subject: [PATCH] Bump transformers in /transformers/examples/research_projects/codeparrot Bumps [transformers](https://github.com/huggingface/transformers) from 4.15.0 to 4.30.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.15.0...v4.30.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../examples/research_projects/codeparrot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transformers/examples/research_projects/codeparrot/requirements.txt b/transformers/examples/research_projects/codeparrot/requirements.txt index 14b27c8e2..3d7767c37 100644 --- a/transformers/examples/research_projects/codeparrot/requirements.txt +++ b/transformers/examples/research_projects/codeparrot/requirements.txt @@ -1,4 +1,4 @@ -transformers==4.15.0 +transformers==4.30.0 datasets==1.16.0 accelerate==0.5.1 wandb==0.12.0