From 6105a4fbcd184e81f9f2b4d36a26d38ea3b47d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:10:19 +0000 Subject: [PATCH] Bump transformers from 4.30.0 to 4.36.0 in /ICLR2023 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] --- ICLR2023/requirements.txt | 2 +- ICLR2023/src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ICLR2023/requirements.txt b/ICLR2023/requirements.txt index 11cc109..d0e3025 100644 --- a/ICLR2023/requirements.txt +++ b/ICLR2023/requirements.txt @@ -230,7 +230,7 @@ torchvision==0.10.0 tornado==6.3.3 tqdm==4.62.2 traitlets==5.1.0 -transformers==4.30.0 +transformers==4.36.0 Twisted==22.10.0 typer==0.3.2 typing-extensions==3.10.0.2 diff --git a/ICLR2023/src/requirements.txt b/ICLR2023/src/requirements.txt index af04fa0..3104c78 100644 --- a/ICLR2023/src/requirements.txt +++ b/ICLR2023/src/requirements.txt @@ -7,4 +7,4 @@ fire strictfire pebble deepspeed == 0.6.1 -transformers == 4.30.0 \ No newline at end of file +transformers == 4.36.0 \ No newline at end of file