From 146f5056864802c61cdf178e7d3033a5e69fe91d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 08:50:42 +0000 Subject: [PATCH] Bump transformers from 4.19.4 to 4.30.0 in /Parse-Then-Place Bumps [transformers](https://github.com/huggingface/transformers) from 4.19.4 to 4.30.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.19.4...v4.30.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Parse-Then-Place/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parse-Then-Place/requirements.txt b/Parse-Then-Place/requirements.txt index f77c36d..141edb3 100644 --- a/Parse-Then-Place/requirements.txt +++ b/Parse-Then-Place/requirements.txt @@ -7,6 +7,6 @@ pytorch_fid PyYAML scipy tqdm -transformers==4.19.4 +transformers==4.30.0 SentencePiece wandb==0.12.10 \ No newline at end of file